A simple CLI for generating client credentials tokens for AWS Cognito App Clients
Manually, If Go is not installed
- Download executable from release page, copy it into a folder.
- Add the folder path in environment variable for easy access.
Using go install
- To install cogent, run
go install github.com/AbyssExplorer/Cogent@latest
- Run
cogent(usesus-east-1as default region) orcogent --region {{region}}
Note: You need to configure aws credentials (profile: default) so cogent can read and use them