HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vela — Tools for the Vela pipeline. More information: <https://go-vela.github.io/docs/reference/cli>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandvelacliforpipelinetools

Problem

How to use the vela command: Tools for the Vela pipeline. More information: <https://go-vela.github.io/docs/reference/cli>.

Solution

vela — 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}}

Code Snippets

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}}

Context

tldr-pages: common/vela

Revisions (0)

No revisions yet.