Skip to content

Commit

Permalink
bug: remove revision as a param #336
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 29, 2023
1 parent 4a51973 commit 869451f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/sharedflows/bundlecrtsf.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ func init() {
"", "Path to the Sharedflow Bundle; ex: ./test/sharedflowbundle")
BundleCreateCmd.Flags().StringVarP(&env, "env", "e",
"", "Apigee environment name")
BundleCreateCmd.Flags().IntVarP(&revision, "rev", "v",
-1, "Sharedflow revision. If not set, the highest revision is used")
BundleCreateCmd.Flags().BoolVarP(&overrides, "ovr", "r",
false, "Forces deployment of the new revision")
BundleCreateCmd.Flags().BoolVarP(&wait, "wait", "",
Expand Down

0 comments on commit 869451f

Please sign in to comment.