dev-cli
dev-cli copied to clipboard
Support AWS_DEFAULT_PROFILE or --profile cli argument
Running oclif-dev publish does not work if your default AWS profile (in ~/.aws/credentials) is not the desired profile.
Request
- Add support for the
AWS_DEFAULT_PROFILEenv var
AWS_DEFAULT_PROFILE=my-profile-name oclif-dev publish
- Add support for a new CLI argument:
--profile(or--aws-profile, if uniqueness is desired)
oclif-dev publish --profile my-profile-name