You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+56-1Lines changed: 56 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,65 @@ $ pip install aws_coco
37
37
38
38
## Usage
39
39
40
+
This section explains how to use `coco` and covers some of the options available to you.
41
+
42
+
### Basic Usage
43
+
40
44
```bash
41
-
$ coco
45
+
$ coco --color green --icon fingerprint --name test
42
46
```
43
47
48
+
This will open the url in a `green` firefox container tab named `test` with a `fingerprint` icon.
49
+
50
+
### Credential Resolution
51
+
52
+
This project uses [boto3](https://github.com/boto/boto3). You can learn more about how `boto3` resolves credentials [here](https://boto3.amazonaws.com/v1/documentation/api/1.9.42/guide/configuration.html#configuring-credentials).
53
+
54
+
If you specify the `--profile` flag, `coco` will pass that value into the `boto3` session and it will attempt to use the corresponding section in the `~/.aws/credentials` file for the session.
55
+
56
+
### Options
57
+
58
+
This section contains a description of the various options available to you. You can also pass the `-h` flag to print the help.
0 commit comments