aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurilo ijanc2025-11-20 22:02:04 -0300
committermurilo ijanc2025-11-20 22:02:04 -0300
commit45fa4bce12df00035a1f1344cc2d02f010b1d7cc (patch)
tree7c0cba77e09c8f098427c694cc08027e0f13add4
parent57116925c93ae23cd81054de46b6197baf1d87d7 (diff)
downloadcogops-45fa4bce12df00035a1f1344cc2d02f010b1d7cc.tar.gz
Fix example commands
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7b19dea..e79db9e 100644
--- a/README.md
+++ b/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 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
```