credaw
v1.1.6
Published
CLI tool for easy AWS credential management.
Downloads
18
Readme
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/credentials
and~/.aws/config
- Supports multiple AWS profiles
- List, update, and delete existing profiles
Installation
To install credaw
, run the following command:
npm install -g credaw
Usage
Simply run the credaw
command to start the profile management process:
credaw
You 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 build
Install the package globally:
npm install -g .
Run the CLI tool:
credaw-dev
Production Release
Update version
Build:
pnpm build
Publish:
npm publish
Global installation:
npm i -g credaw
Usage:
credaw
License
MIT License