System Grab Bag

View all TLDR pages from common (or from all pages)

vela

Command-line tools for the Vela pipeline. 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.