You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -310,7 +311,7 @@ var createRegionCmd = &cobra.Command{
310
311
311
312
funcinit() {
312
313
rootCmd.AddCommand(createCmd)
313
-
createCmd.PersistentFlags().StringVarP(&AccountIDorAlias, "account", "c", "", "AWS account ID or alias (not needed if you are only the administrator of one account)")
@@ -194,7 +195,7 @@ var destroyCustomDomainCmd = &cobra.Command{
194
195
195
196
funcinit() {
196
197
rootCmd.AddCommand(destroyCmd)
197
-
destroyCmd.PersistentFlags().StringVarP(&AccountIDorAlias, "account", "c", "", "AWS account ID or alias (not needed if you are only the administrator of one account)")
Copy file name to clipboardExpand all lines: cmd/modify.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ package cmd
90
90
91
91
// func init() {
92
92
// rootCmd.AddCommand(modifyCmd)
93
-
// modifyCmd.PersistentFlags().StringVarP(&AccountIDorAlias, "account", "c", "", "AWS account ID or alias (not needed if you are only the administrator of one account)")
@@ -113,6 +114,6 @@ var stacksCmd = &cobra.Command{
113
114
114
115
funcinit() {
115
116
rootCmd.AddCommand(stacksCmd)
116
-
stacksCmd.PersistentFlags().StringVarP(&AccountIDorAlias, "account", "c", "", "AWS account ID or alias (not needed if you are only the administrator of one account)")
@@ -174,7 +175,7 @@ var upgradeDatabaseCmd = &cobra.Command{
174
175
175
176
funcinit() {
176
177
rootCmd.AddCommand(upgradeCmd)
177
-
upgradeCmd.PersistentFlags().StringVarP(&AccountIDorAlias, "account", "c", "", "AWS account ID or alias (not needed if you are only the administrator of one account)")
varAccountFlagHelpTextstring="AWS account ID or alias. Use this flag to override the APPPACK_ACCOUNT environment variable (not needed if you are the administrator of only one account)."
0 commit comments