View
Learn how to inspect platform settings.
Command
$ vela view settings
For more information, you can run
vela view settings --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
$ pwd
~/github/octocat
$ vela view settings
Response
id: 1
compiler:
clone_image: target/vela-git:latest
template_depth: 3
starlark_exec_limit: 7500
queue:
routes:
- vela
repo_allowlist:
- 'github/octocat'
schedule_allowlist:
- '*'
created_at: 0
updated_at: 1715791151
updated_by: octocat
Last modified June 24, 2024: feat(reference): platform settings (#410) (306bd2ec)