diff options
| author | murilo ijanc | 2025-11-20 22:02:04 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-20 22:02:04 -0300 |
| commit | 45fa4bce12df00035a1f1344cc2d02f010b1d7cc (patch) | |
| tree | 7c0cba77e09c8f098427c694cc08027e0f13add4 | |
| parent | 57116925c93ae23cd81054de46b6197baf1d87d7 (diff) | |
| download | cogops-45fa4bce12df00035a1f1344cc2d02f010b1d7cc.tar.gz | |
Fix example commands
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 lookup. 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 ``` |