Updating assume role functionality
This commit is contained in:
@@ -44,8 +44,6 @@ func authLocalAuthenticate(args []string) {
|
||||
authCmd.StringVar(&authAccountid, "account", "", "Account ID (required)")
|
||||
authCmd.StringVar(&outputFormat, "o", "json", "Output format (text or json)")
|
||||
|
||||
outputFormat = "json"
|
||||
|
||||
authCmd.Parse(args)
|
||||
|
||||
if authAccountid == "" {
|
||||
|
||||
Reference in New Issue
Block a user