Skip to content

Commit 6baeddc

Browse files
authored
Merge pull request #10 from hiro-o918/feature/readme
👍 update readme
2 parents 6e281aa + 2c39a64 commit 6baeddc

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
# ctxm
2-
Context manager for CLI tools
3-
4-
## Support
5-
- [awscli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
1+
# awsctx
2+
Context manager for AWS Profiles
63

74
## Installation
8-
```console
9-
$ git clone https://github.com/hiro-o918/ctxm
10-
$ cd ctxm
11-
$ cargo build --release
12-
$ cp ./target/release/ctxm /usr/local/bin
13-
```
5+
<!-- TODO -->
6+
7+
## Demo
8+
[![asciicast](https://asciinema.org/a/5bpFGoV2AlptWM9lWvVaIieeQ.svg)](https://asciinema.org/a/5bpFGoV2AlptWM9lWvVaIieeQ)
149

15-
## How to Use
16-
### [Requirements] Login AWS Account
17-
Login an AWS account by some ways with specified profile name.
10+
## How it Works
11+
### Login
12+
Authorize your shell by some ways with specified profile name.
1813
Then, you get `~/.aws/credentials` like
1914
```
2015
[foo]

0 commit comments

Comments
 (0)