aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormurilo ijanc2025-11-19 09:43:49 -0300
committermurilo ijanc2025-11-19 09:43:49 -0300
commit9d0a8e79d0d777f06b8a602ed6460f68bd6c96e4 (patch)
tree6d13a666d10c4b5f8b79bd8f5d8c933ee0772b3a /README.md
parentdcbe37f45a1e8e25322104c64628591070c69395 (diff)
downloadcogops-9d0a8e79d0d777f06b8a602ed6460f68bd6c96e4.tar.gz
Improve commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f338808..7b19dea 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,9 @@ All emails will be normalized (lowercase, trim) before lookup.
Example:
```
-cogops add --pool-id us-east-1_ABC123 --sync-file cognito_sync.csv --emails-file to_add.txt --group admin --group managers --concurrency 10
+cogops add --pool-id us-east-1_ABC123 --sync-file cognito_sync.csv \
+ --emails-file to_add.txt --group admin --group managers \
+ --concurrency 10
```
Where `to_add.txt` might contain:
@@ -173,7 +175,8 @@ them.
Example:
```
-cogops del --pool-id us-east-1_ABC123 --sync-file cognito_sync.csv --emails-file to_remove.txt --group admin --concurrency 5
+cogops del --pool-id us-east-1_ABC123 --sync-file cognito_sync.csv \
+ --emails-file to_remove.txt --group admin --concurrency 5
```
## Logging and verbosity