2020-11-16 18:17:53 +00:00
|
|
|
# vela
|
|
|
|
|
|
|
|
> Command line tools for the Vela pipeline.
|
|
|
|
> More information: <https://go-vela.github.io/docs/cli/>.
|
|
|
|
|
2021-01-07 14:06:38 +00:00
|
|
|
- Trigger a pipeline to run from a Git branch, commit or tag:
|
2020-11-16 18:17:53 +00:00
|
|
|
|
|
|
|
`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}}`
|