/ flydocs install (deprecated)
flydocs install has been consolidated into flydocs init. Use flydocs init for all setup, with --tier local for offline evaluation.
flydocs install has been consolidated into
flydocs init. Running the old
command prints a notice and redirects to flydocs init.
Use flydocs init for both authenticated cloud setup and
offline local-mode setup. For local-mode evaluation, pass
--tier local — no account, no API key, no network calls.
# Cloud (default)
flydocs init
# Local-only evaluation, no account required
flydocs init --tier local Related Commands
flydocs init: The single setup command for both local and cloud tiersflydocs connect: Upgrade an existing local project to cloudflydocs update: Refresh framework files after setup