Skip to content
New issue

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

Adding yargs and support for -p,--profile to use named profiles in .aws/credentials #1

Closed
wants to merge 2 commits into from

Conversation

drmikecrowe
Copy link

This add support for named profiles.

Sorry about the formatting change -- vscode + prettier are insistent. I tried to revert and go back to your format, but turning the main code into a function hit almost every line anyway.

Example:

$ ./bin/aws-console -h
Usage: aws-console [-p profile_name]

Options:
  --profile, -p  Use named profile in .aws/credentials                  [string]
  --version      Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

$ ./bin/aws-console --version
1.0.3

@minayousseif
Copy link
Owner

Hi @drmikecrowe ! Thanks for the PR!

Adding support for aws named profiles is a great addition and I was planning on adding it. Unfortunately, I am not accepting any PRs (Pull Requests) at the moment. the package is still WIP and until I open the project for contribution and add a code of conduct, I'd recommenced requesting new feature via the issues section https://github.com/minayousseif/aws-console/issues.

Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants