auth

Store, show, or clear the local API credentials so the CLI and GUI authenticate without environment variables.

vrtmv auth <token>                      # store a token
vrtmv auth <token> --url https://api.vrtmv.com
vrtmv auth                              # show masked token + stored URL
vrtmv auth --clear                     # remove stored credentials
Argument / flagPurpose
<token>The API token to store. Omit to show current status.
--url <url>Also store a custom API base URL.
--clearRemove the stored credentials.

The credentials file is written with owner-only permissions, and the token is shown masked. See Authentication for environment-variable precedence and the HTTPS requirement.