commit 45fa4bce12df00035a1f1344cc2d02f010b1d7cc from: murilo ijanc date: Fri Nov 21 01:02:04 2025 UTC Fix example commands commit - 57116925c93ae23cd81054de46b6197baf1d87d7 commit + 45fa4bce12df00035a1f1344cc2d02f010b1d7cc blob - 7b19dea757210c565362bddafd141c76bdc7a013 blob + e79db9e19046f2824d530bd7675ad9fbaac3b5bd --- README.md +++ README.md @@ -123,7 +123,7 @@ writes them to a CSV file. Example: ``` -cogops sync --pool-id us-east-1_ABC123 --emails-file cognito_sync.csv +cogops sync --pool-id us-east-1_ABC123 --sync-file .sync ``` Output file format: @@ -149,7 +149,7 @@ All emails will be normalized (lowercase, trim) before Example: ``` -cogops add --pool-id us-east-1_ABC123 --sync-file cognito_sync.csv \ +cogops add --pool-id us-east-1_ABC123 --sync-file .sync \ --emails-file to_add.txt --group admin --group managers \ --concurrency 10 ```