Skip to content

Commit

Permalink
Merge pull request #10 from hiro-o918/feature/readme
Browse files Browse the repository at this point in the history
👍 update readme
  • Loading branch information
hiro-o918 authored Mar 3, 2022
2 parents 6e281aa + 2c39a64 commit 6baeddc
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# ctxm
Context manager for CLI tools

## Support
- [awscli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
# awsctx
Context manager for AWS Profiles

## Installation
```console
$ git clone https://github.com/hiro-o918/ctxm
$ cd ctxm
$ cargo build --release
$ cp ./target/release/ctxm /usr/local/bin
```
<!-- TODO -->

## Demo
[![asciicast](https://asciinema.org/a/5bpFGoV2AlptWM9lWvVaIieeQ.svg)](https://asciinema.org/a/5bpFGoV2AlptWM9lWvVaIieeQ)

## How to Use
### [Requirements] Login AWS Account
Login an AWS account by some ways with specified profile name.
## How it Works
### Login
Authorize your shell by some ways with specified profile name.
Then, you get `~/.aws/credentials` like
```
[foo]
Expand Down

0 comments on commit 6baeddc

Please sign in to comment.