2025-03-14 21:59:59 -06:00
|
|
|
# vela
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
> Tools for the Vela pipeline.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://go-vela.github.io/docs/reference/cli/>.
|
|
|
|
|
|
|
|
|
|
- Trigger a pipeline to run from a Git branch, commit or tag:
|
|
|
|
|
|
|
|
|
|
`vela add deployment --org {{organization}} --repo {{repository_name}} --target {{environment}} --ref {{branch|commit|refs/tags/git_tag}} --description "{{deploy_description}}"`
|
|
|
|
|
|
|
|
|
|
- List deployments for a repository:
|
|
|
|
|
|
|
|
|
|
`vela get deployment --org {{organization}} --repo {{repository_name}}`
|
|
|
|
|
|
|
|
|
|
- Inspect a specific deployment:
|
|
|
|
|
|
|
|
|
|
`vela view deployment --org {{organization}} --repo {{repository_name}} --deployment {{deployment_number}}`
|