Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgore committed Mar 5, 2024
1 parent abf34d0 commit 93e2f98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ aws:
region: your-aws-region
```

You can also generate a new configuration file with the 'generate' command:

```
tailtrail generate --profile your-aws-profile --region your-aws-region
```

Replace your-aws-profile with the name of your AWS profile, and your-aws-region with your AWS region (for example, us-east-1). This profile and region will be used by tailtrail to authenticate with AWS and tail user actions in AWS CloudTrail.

0 comments on commit 93e2f98

Please sign in to comment.