View
Learn how to inspect a config.
Command
$ vela view config <arguments...>
For more information, you can run
vela view config --help
.Permissions
COMING SOON!
Sample
This section assumes you have already installed and setup the CLI.
To install the CLI, please review the installation documentation.
To setup the CLI, please review the authentication documentation.
Request
vela view config
Response
api:
addr: https://vela.example.com
access_token: superSecretAccessToken
refresh_token: superSecretRefreshToken
version: v1
log:
level: info
no-git: "false"
secret: {}
Last modified June 23, 2022: docs: replace vela-server.localhost with vela.example.com (#305) (aa4ca374)