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
+38-5Lines changed: 38 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,24 +28,24 @@ Stay under budget by uncovering hidden costs, monitoring increases in spend, and
28
28
29
29
## Download
30
30
31
-
Below are the available downloads for the latest version of Komiser (2.1.0). Please download the proper package for your operating system and architecture.
31
+
Below are the available downloads for the latest version of Komiser (2.2.0). Please download the proper package for your operating system and architecture.
32
32
33
33
### Linux:
34
34
35
35
```
36
-
wget https://cli.komiser.io/2.1.0/linux/komiser
36
+
wget https://cli.komiser.io/2.2.0/linux/komiser
37
37
```
38
38
39
39
### Windows:
40
40
41
41
```
42
-
wget https://cli.komiser.io/2.1.0/windows/komiser
42
+
wget https://cli.komiser.io/2.2.0/windows/komiser
43
43
```
44
44
45
45
### Mac OS X:
46
46
47
47
```
48
-
wget https://cli.komiser.io/2.1.0/osx/komiser
48
+
wget https://cli.komiser.io/2.2.0/osx/komiser
49
49
```
50
50
51
51
Docker for Mac is best installed with Homebrew:
@@ -60,7 +60,7 @@ _Note_: make sure to add the execution permission to Komiser `chmod +x komiser`
Komiser support multiple AWS accounts through named profiles that are stored in the `config` and `credentials files`. You can configure additional profiles by using `aws configure` with the `--profile` option, or by adding entries to the `config` and `credentials` files.
106
+
107
+
The following example shows a credentials file with 3 profiles (production, staging & sandbox accounts):
108
+
109
+
```
110
+
[Production]
111
+
aws_access_key_id=<AWS_ACCESS_KEY_ID>
112
+
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
113
+
114
+
[Staging]
115
+
aws_access_key_id=<AWS_ACCESS_KEY_ID>
116
+
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
117
+
118
+
[Sandbox]
119
+
aws_access_key_id=<AWS_ACCESS_KEY_ID>
120
+
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
121
+
```
122
+
123
+
To enable multiple AWS accounts feature, add the --multiple option to Komiser:
* Create a service account with *Viewer* permission, see [Creating and managing service accounts](https://cloud.google.com/iam/docs/creating-managing-service-accounts) docs.
@@ -153,6 +185,7 @@ komiser start [OPTIONS]
153
185
--duration value, -d value Cache expiration time (default: 30 minutes)
154
186
--redis value, -r value Redis server (localhost:6379)
155
187
--dataset value, -ds value BigQuery dataset name (project-id.dataset-name.table-name)
0 commit comments