Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vela: add page #4942

Merged
merged 12 commits into from
Nov 16, 2020
16 changes: 16 additions & 0 deletions pages/common/vela.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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}}`