We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
akm use
akm exec
akm env
akm set
$ akm set PROFILE $ akm exec SUB_COMMAND
$ akm env AWS_ACCESS_KEY_ID=AKIAI44QH8DHBEXAMPLE AWS_SECRET_ACCESS_KEY=je7MtGbClwBF/2Zp9Utk/h3yCo8nvbEXAMPLEKEY AWS_DEFAULT_REGION=us-east-1 $ akm set PROFILE $ eval $(akm env)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
akm use
を廃止し、akm exec
とakm env
にわけるakm set
を追加。それぞれのサブコマンドでプロファイル名をオプションに取らなくても済むようにするakm exec
akm env
The text was updated successfully, but these errors were encountered: