wfapi config
Manage your Webflow API token configuration.
Subcommands
Set Token
wfapi config set <token>Saves the token to your global ~/.wfapi file.
Example:
wfapi config set wfp_abc123xyz789Get Token
wfapi config get
# or
wfapi config showDisplays the currently active token (global, local, or environment variable).
Delete Token
wfapi config deleteRemoves the global ~/.wfapi config file.
This only deletes the global config. Local .wfapi files and environment variables are not affected.
Examples
# Set a new token
wfapi config set wfp_your_token_here
# Check which token is active
wfapi config show
# Remove global token
wfapi config deleteLast updated on