Skip to content

Commit

Permalink
Update add.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timhuynh94 authored Nov 7, 2023
1 parent b4b70f2 commit 553f4c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/reference/cli/deployment/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ EXAMPLES:
$ vela add deployment --org MyOrg --repo MyRepo --ref 48afb5bdc41ad69bf22588491333f7cf71135163
5. Add a deployment for a repository with a specific tag.
$ vela add deployment --org MyOrg --repo MyRepo --ref 'refs/tags/example.tag'
5. Add a deployment for a repository with a specific description.
6. Add a deployment for a repository with a specific description.
$ vela add deployment --org MyOrg --repo MyRepo --description 'my custom message'
6. Add a deployment for a repository with two parameters.
7. Add a deployment for a repository with two parameters.
$ vela add deployment --org MyOrg --repo MyRepo --parameter 'key=value' --parameter 'foo=bar'
7. Add a deployment for a repository when config or environment variables are set.
8. Add a deployment for a repository when config or environment variables are set.
$ vela add deployment
```

0 comments on commit 553f4c3

Please sign in to comment.