Skip to content

Commit

Permalink
added more example to update deployment (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored and schnie committed Mar 14, 2019
1 parent f5cdab8 commit d502a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deployment.go
Expand Up @@ -49,7 +49,7 @@ var (
Aliases: []string{"up"},
Short: "Update airflow deployments",
Long: "Update airflow deployments",
Example: "\n\tastro deployment update UUID label=Production-Airflow",
Example: " astro deployment update UUID label=Production-Airflow description=example version=v1.0.0",
Args: func(cmd *cobra.Command, args []string) error {
if len(args) <= 0 {
return errors.New("must specify a deployment ID and at least one attribute to update.")
Expand Down

0 comments on commit d502a98

Please sign in to comment.