/ flydocs install (deprecated)

flydocs install has been consolidated into flydocs init. Use flydocs init for all setup, with --tier local for offline evaluation.

Deprecated

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.

terminal
# Cloud (default)
flydocs init

# Local-only evaluation, no account required
flydocs init --tier local

Related Commands