Skip to main content
The CLI stores credentials locally after an interactive login, and every command also accepts a token directly for non-interactive use in CI.

Interactive login

Walks you through configuring credentials interactively. All fields are optional, press Enter to skip any field you don’t need.

Check who you are

Displays the current authentication status, or use the top-level alias vf whoami.

Sign out

Clears all stored credentials.

Non-interactive use (CI)

Pass a token on any command with the global --token flag instead of storing credentials:
Store the token as a secret in your CI provider. Never commit it: the token grants the same access as your account. Full flag reference: vf auth.