File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
1813Then, you get ` ~/.aws/credentials ` like
1914```
2015[foo]
You can’t perform that action at this time.
0 commit comments