@@ -115,33 +115,31 @@ SENTRY_DSN=### If set to a valid Sentry DSN, enables Sentry exception monitoring
115
115
All CLI commands can be run with ` pipenv run` .
116
116
117
117
` ` `
118
- Usage: tim [OPTIONS] COMMAND [ARGS]...
119
-
120
- TIM provides commands for interacting with OpenSearch indexes.
121
- For more details on a specific command, run tim COMMAND -h.
122
-
123
- ╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
124
- │ --url -u TEXT The OpenSearch instance endpoint minus the http scheme, e.g. │
125
- │ ' search-timdex-env-1234567890.us-east-1.es.amazonaws.com' . If not provided, will attempt to get from the │
126
- │ TIMDEX_OPENSEARCH_ENDPOINT environment variable. Defaults to ' localhost' . │
127
- │ --verbose -v Pass to log at debug level instead of info │
128
- │ --help -h Show this message and exit. │
129
- ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
130
- ╭─ Get cluster-level information ─────────────────────────────────────────────────────────────────────────────────────────────────────╮
131
- │ ping Ping OpenSearch and display information about the cluster. │
132
- │ indexes Display summary information about all indexes in the cluster. │
133
- │ aliases List OpenSearch aliases and their associated indexes. │
134
- ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
135
- ╭─ Index management commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────╮
136
- │ create Create a new index in the cluster. │
137
- │ delete Delete an index. │
138
- │ promote Promote index as the primary alias and add it to any additional provided aliases. │
139
- │ demote Demote an index from all its associated aliases. │
140
- ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
141
- ╭─ Bulk record processing commands ───────────────────────────────────────────────────────────────────────────────────────────────────╮
142
- │ bulk-index Bulk index records into an index. │
143
- │ bulk-delete Bulk delete records from an index. │
144
- │ bulk-update Bulk update records from an index. │
145
- ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
118
+ Usage: tim [OPTIONS] COMMAND [ARGS]...
119
+
120
+ TIM provides commands for interacting with OpenSearch indexes.
121
+ For more details on a specific command, run tim COMMAND -h.
122
+
123
+ ╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
124
+ │ --url -u TEXT The OpenSearch instance endpoint minus the http scheme, e.g. │
125
+ │ ' search-timdex-env-1234567890.us-east-1.es.amazonaws.com' . If not provided, will attempt to get from the │
126
+ │ TIMDEX_OPENSEARCH_ENDPOINT environment variable. Defaults to ' localhost' . │
127
+ │ --verbose -v Pass to log at debug level instead of info │
128
+ │ --help -h Show this message and exit. │
129
+ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
130
+ ╭─ Get cluster-level information ────────────────────────────────────────────────────────────────────────────────────────────────╮
131
+ │ ping Ping OpenSearch and display information about the cluster. │
132
+ │ indexes Display summary information about all indexes in the cluster. │
133
+ │ aliases List OpenSearch aliases and their associated indexes. │
134
+ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
135
+ ╭─ Index management commands ────────────────────────────────────────────────────────────────────────────────────────────────────╮
136
+ │ create Create a new index in the cluster. │
137
+ │ delete Delete an index. │
138
+ │ promote Promote index as the primary alias and add it to any additional provided aliases. │
139
+ │ demote Demote an index from all its associated aliases. │
140
+ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
141
+ ╭─ Bulk record processing commands ──────────────────────────────────────────────────────────────────────────────────────────────╮
142
+ │ bulk-update Bulk update records for an index. │
143
+ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
146
144
` ` `
147
145
0 commit comments