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
cmd.PersistentFlags().BoolVarP(&o.NoPaginate, "no-paginate", "", false, "Disable automatic pagination of responses (or use AWS_NO_PAGINATE environment variable)")
90
+
cmd.PersistentFlags().StringVarP(&o.Output, "output", "o", "text", "Set output format. One of: json, text, table (or use AWS_OUTPUT environment variable)")
91
+
cmd.PersistentFlags().StringVarP(&o.Profile, "profile", "p", "", "Use a specific profile from your credential file (or use AWS_PROFILE environment variable)")
92
+
cmd.PersistentFlags().StringVarP(&o.Region, "region", "r", "", "The region to use. Overrides config/env settings (or use AWS_REGION environment variable)")
93
+
cmd.PersistentFlags().BoolVarP(&o.PathStyle, "path-style", "", false, "Force to use path style addressing (or use S6CMD_USE_PATH_STYLE environment variable)")
0 commit comments