Skip to Content
Commands Referencewfapi config

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_abc123xyz789

Get Token

wfapi config get # or wfapi config show

Displays the currently active token (global, local, or environment variable).

Delete Token

wfapi config delete

Removes 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 delete
Last updated on