Forrest logo
back to context overview

vela

List of commands for vela:

  • vela:tldr:66f9d vela: List deployments for a repository.
    $ vela get deployment --org ${organization} --repo ${repository_name}
    try on your machine
    explain this command
  • vela:tldr:acb9c vela: Trigger a pipeline to run from a Git branch, commit or tag.
    $ vela add deployment --org ${organization} --repo ${repository_name} --target ${environment} --ref ${select} --description "${deploy_description}"
    try on your machine
    explain this command
  • vela:tldr:cc3eb vela: Inspect a specific deployment.
    $ vela view deployment --org ${organization} --repo ${repository_name} --deployment ${deployment_number}
    try on your machine
    explain this command
back to context overview