1.1.3 • Published 1 year ago
credaw v1.1.3
credaw 🛡️
credaw is a CLI tool designed to simplify the setup of AWS credentials. It allows you to interactively input your profile name, access key, secret key, and region, then automatically writes them to your credentials and config files.
Features
- Interactive CLI for easy AWS profile setup
- Automatically saves credentials to
~/.aws/credentialsand~/.aws/config - Supports multiple AWS profiles
- List, update, and delete existing profiles
Installation
To install credaw, run the following command:
npm install -g credawUsage
Simply run the credaw command to start the profile management process:
credawYou will be presented with the following options:
- Add a new profile
- List existing profiles
- Update an existing profile
- Delete a profile
When adding a new profile:
- Enter your profile name
- Enter your AWS Access Key ID
- Enter your AWS Secret Access Key
- Select your AWS region
Once the information is provided, credaw will automatically save the details to ~/.
aws/credentials and ~/.aws/config.
Developer Information
Development
Build the project:
pnpm buildInstall the package globally:
npm install -g .Run the CLI tool:
credaw-dev
Production Release
Update version
Build:
pnpm buildPublish:
npm publishGlobal installation:
npm i -g credawUsage:
credaw
License
MIT License