Closed mantoine96 closed 4 months ago
In the list of arguments in the README.md for okta-aws-cli it is written:
okta-aws-cli
However, when using okta-aws-cli v2.1.2, this is the result you get when nothing is specified, despite a default profile being present:
$ okta-aws-cli web Error: missing flags: --org-domain --oidc-client-id
This PR therefore sets the default value for the profile to be default as described in the documentation.
default
Thanks @mantoine96 this will go out in the next release.
In the list of arguments in the README.md for
okta-aws-cli
it is written:However, when using okta-aws-cli v2.1.2, this is the result you get when nothing is specified, despite a default profile being present:
This PR therefore sets the default value for the profile to be
default
as described in the documentation.