Option | Description |
---|---|
-t , --access-token | Access token used for authorization |
-o , --organization | Default organization |
-p , --project | Default project |
-f , --credentials-file | Path to file containing configuration data |
--renew-token | Renew access token |
--reset | Reset the CLI connection and prompt for organization and project selection |
Set the default organization so that you do not enter the organization every time you execute the vessl
command.
Argument | Description |
---|---|
ORGANIZATION | New default organization |
Set the default organization so that you do not enter the project every time you execute the vessl
command.
Argument | Description |
---|---|
PROJECT | New default project |
You can configure your VESSL environment in multiple ways. Here is a list of ways, in order of precedence.
-o
, -p
options and ORGANIZATION
, PROJECT
arguments.-f
, a path to a file containing configuration data.VESSL_ACCESS_TOKEN
, VESSL_DEFAULT_ORGANIZATION
.VESSL_CREDENTIALS_FILE
.~/.vessl/config
.--renew-token
flag for vessl configure
will take precedence over other methods and renew your access token.