Skip to main content
Use the license command to manage activation.
# Show license status
flowdeck license status

# Activate a license key
flowdeck license activate <key>

# Deactivate this machine
flowdeck license deactivate

Subcommands

SubcommandPurpose
statusShow license status
activateActivate a license key on this machine
deactivateDeactivate this machine

JSON Output

license subcommands support --json (long flag only). JSON output is NDJSON events.
For CI/CD, set FLOWDECK_LICENSE_KEY in the environment instead of activating interactively.