mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
vela: add page (#4942)
This commit is contained in:
parent
4c4ade0d11
commit
a3f1b62b10
1 changed files with 16 additions and 0 deletions
16
pages/common/vela.md
Normal file
16
pages/common/vela.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue