Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Redis Data Integration API",
"description": "API for Redis Data Integration services",
"version": "1.6.0"
"version": "1.6.1"
},
"paths": {
"/": {
Expand Down Expand Up @@ -3114,6 +3114,7 @@
"enum": [
"on_failed_retry_interval",
"read_batch_size",
"debezium_lob_encoded_placeholder",
"dedup",
"dedup_max_size",
"dedup_strategy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Usage: redis-di delete-all-contexts [OPTIONS]
- Usage: `--force
-f`

Force operation. skips verification prompts
Force operation. Skips verification prompts

- `help`:

Expand All @@ -50,6 +50,6 @@ Usage: redis-di delete-all-contexts [OPTIONS]
Options:
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
[default: INFO]
-f, --force Force operation. skips verification prompts
-f, --force Force operation. Skips verification prompts
--help Show this message and exit.
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
- Usage: `--force
-f`

Force operation. skips verification prompts
Force operation. Skips verification prompts

- `help`:

Expand All @@ -56,6 +56,6 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
Options:
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
[default: INFO]
-f, --force Force operation. skips verification prompts
-f, --force Force operation. Skips verification prompts
--help Show this message and exit.
```
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Usage: redis-di get-rejected [OPTIONS]
- Usage: `--oldest
-o`

Displays the oldest rejected records. If omitted, most resent records will be retrieved
Displays the oldest rejected records. If omitted, most recent records will be retrieved

- `dlq_name`:

Expand Down Expand Up @@ -142,7 +142,7 @@ Options:
key
--max-records INTEGER RANGE Maximum rejected records per DLQ [x>=1]
-o, --oldest Displays the oldest rejected records. If
omitted, most resent records will be
omitted, most recent records will be
retrieved
--dlq-name TEXT Only prints the rejected records for the
specified DLQ (Dead Letter Queue) name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Usage: redis-di reset [OPTIONS]
- Usage: `--force
-f`

Force operation. skips verification prompts
Force operation. Skips verification prompts

- `pause_for_confirmation`:

Expand Down Expand Up @@ -132,7 +132,7 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
-f, --force Force operation. skips verification prompts
-f, --force Force operation. Skips verification prompts
--pause-for-confirmation Pause for user confirmation if manual
shutdown of collector required
--help Show this message and exit.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Usage: redis-di upgrade [OPTIONS]
- Usage: `--force
-f`

Force operation. skips verification prompts
Force operation. Skips verification prompts

- `help`:

Expand Down Expand Up @@ -133,6 +133,6 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
-f, --force Force operation. skips verification prompts
-f, --force Force operation. Skips verification prompts
--help Show this message and exit.
```
Loading