/ flydocs upgrade

Learn about cloud tier benefits and migrate from local mode.

Synopsis

terminal
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 connect for the actual upgrade
  • Cloud tier: Reports that you are already connected and suggests flydocs connect if 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:

terminal
flydocs upgrade --here

Check a specific project:

terminal
flydocs upgrade --path ./my-project

Related Commands