We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832c152 commit c30273aCopy full SHA for c30273a
README.md
@@ -8,6 +8,10 @@
8
9
Blazing fast single purpose cli for CloudTrail log filtering, written in golang
10
11
+## 🔢 Prerequisites
12
+
13
+* An IAM Role/User with [cloudtrail:LookupEvents](https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html) permission.
14
15
## 🚀 Quick start
16
17
```bash
@@ -29,7 +33,7 @@ $ cloudtrail-cli --start-time 2023-02-01T00:00:00 --end-time 2023-02-01T01:00:00
29
33
30
34
## 👷 Install
31
35
32
-### For macOS users (Recommended)
36
+### For macOS/Linux users (Recommended)
37
38
39
$ brew tap guessi/tap && brew update && brew install cloudtrail-cli
0 commit comments