dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

Support AWS_DEFAULT_PROFILE or --profile cli argument

Open johncblandii opened this issue 7 years ago • 0 comments

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_PROFILE env 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

johncblandii avatar Dec 04 '18 09:12 johncblandii