awsmc
v1.0.0
Published
Open AWS Management Console based on AWS_PROFILE environment variable
Downloads
19
Maintainers
Readme
awsmc
Open AWS Management Console based on AWS_PROFILE environment variable.
Installation
npm install -g awsmc
# or
pnpm add -g awsmcUsage
Set your AWS profile:
export AWS_PROFILE=your-profile-nameOpen AWS Management Console:
awsmcThe command will:
- Read the AWS_PROFILE environment variable
- Get the account ID and region from AWS credentials
- Open the AWS Management Console in your default browser
Requirements
- Node.js >= 14.0.0
- AWS CLI configured with credentials
- AWS_PROFILE environment variable set
Development
# Install dependencies
pnpm install
# Build
pnpm run build
# Run tests
pnpm test
# Watch mode
pnpm run devLicense
MIT
