From 869451f4717f1436f95ad7872ebb04a9eeb077a9 Mon Sep 17 00:00:00 2001 From: srinandan <13950006+srinandan@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:28:28 -0800 Subject: [PATCH] bug: remove revision as a param #336 --- cmd/sharedflows/bundlecrtsf.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/sharedflows/bundlecrtsf.go b/cmd/sharedflows/bundlecrtsf.go index 37d3d5edd..422dc24a6 100644 --- a/cmd/sharedflows/bundlecrtsf.go +++ b/cmd/sharedflows/bundlecrtsf.go @@ -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", "",