/ flydocs upgrade
Learn about cloud tier benefits and migrate from local mode.
Synopsis
flydocs upgrade [flags]
Provides information about the cloud tier and guides you through upgrading
from local mode. If you are already on cloud tier, it suggests using
flydocs connect to update your API key.
Options
| Flag | Type | Default | Description |
|---|---|---|---|
--path | string | cwd | Project directory to check. |
--here | boolean | false | Use the current directory. |
What It Does
- Local tier: Displays cloud tier benefits (issue tracker integration, team sync, AI scanning, portal access) and points you to
flydocs connectfor the actual upgrade - Cloud tier: Reports that you are already connected and suggests
flydocs connectif you need to update your API key
This command is informational. It does not modify your project or change
your tier. To actually connect, follow the prompts or run
flydocs connect directly.
Examples
Check upgrade status for the current project:
flydocs upgrade --here Check a specific project:
flydocs upgrade --path ./my-project Related Commands
flydocs connect: Actually perform the upgrade to cloud tierflydocs init: Start fresh with cloud tier from the beginning