Skip to content

Commit

Permalink
fixed deployment example (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Dec 27, 2021
1 parent 235e3e6 commit 230bc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ func newDeploymentListCmd(client *houston.Client, out io.Writer) *cobra.Command

func newDeploymentUpdateCmd(client *houston.Client, out io.Writer) *cobra.Command {
example := `
# update labels and description for given deployment
$ astro deployment update UUID label=Production-Airflow description=example version=v1.0.0`
# update labels for given deployment
$ astro deployment update UUID label=Production-Airflow`
updateExampleDagDeployment := `
# update dag deployment strategy
Expand Down

0 comments on commit 230bc7b

Please sign in to comment.