Setup a VESSL environment
Change the default organization
Set the default organization so that you do not enter the organization every time you execute thevessl command.
Change the default project
Set the default organization so that you do not enter the project every time you execute thevessl command.
View the current configuration
Configuration Precedence
You can configure your VESSL environment in multiple ways. Here is a list of ways, in order of precedence.- Command line arguments / options:
-o,-poptions andORGANIZATION,PROJECTarguments. - Credentials file option:
-f, a path to a file containing configuration data. - Environment variables:
VESSL_ACCESS_TOKEN,VESSL_DEFAULT_ORGANIZATION. - Credentials file environment variable:
VESSL_CREDENTIALS_FILE. - Default credentials file: a configuration file maintained by VESSL located at
~/.vessl/config.
The
--renew-token flag for vessl configure will take precedence over other methods and renew your access token.
