Skip to content

Commit

Permalink
Account switch key to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
vreddhi committed Jun 15, 2021
1 parent 35ef6ea commit 7f3218f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, config_values, configuration, flags=None):
parser.add_argument('--edgerc', '-e', default='~/.edgerc', metavar='credentials_file', help=' Location of the credentials file (default is ~/.edgerc)')
parser.add_argument('--section', '-c', default='image-manager', metavar='credentials_file_section', action='store', help=' Credentials file Section\'s name to use')
parser.add_argument('--policy-set', '-p', action='store', metavar='im_policy_name', required=True, help=' Image Manager Policy Name (as indicated in Property Manager and IM Policy Manager)')
parser.add_argument('--account-key', '-a', default='', action='store', metavar='account_switch_key', required=True, help=' Account Switch Key for Internal Users')
parser.add_argument('--account-key', '-a', default='', action='store', metavar='account_switch_key', help=' Account Switch Key for Internal Users')
# parser.add_argument('--lookup-policy-set', '-l', action='store', metavar='property_name', help=' Lookup Image Manager Policy Name (by Property name)')
# parser.add_argument('--session', '-s', default=False, action='store', help=' Session name (see: https://github.com/akamai/cli-image-manager#sessions)')

Expand Down

0 comments on commit 7f3218f

Please sign in to comment.