1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 04:55:32 +02:00
tldr/pages/common/vela.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

607 B

vela

Command-line tools for the Vela pipeline. More information: https://go-vela.github.io/docs/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}}