Skip to content

Commit

Permalink
Update autogenerated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy-sauce committed Mar 24, 2024
1 parent 3a65515 commit 11aaad9
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/rdi/reference/cli/redis-di-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ Usage: redis-di configure [OPTIONS]

Password for unlocking an encrypted private key

- `rdi_site_name`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-site-name`

Site name to be used as a prefix for WB streams in active active

- `help`:

- Type: BOOL
Expand Down Expand Up @@ -117,5 +125,7 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--rdi-site-name TEXT Site name to be used as a prefix for WB
streams in active active
--help Show this message and exit.
```
10 changes: 10 additions & 0 deletions content/rdi/reference/cli/redis-di-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ Usage: redis-di create [OPTIONS]

Include ReJSON in the RDI Database

- `rdi_site_name`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-site-name`

Site name to be used as a prefix for WB streams in active active

- `help`:

- Type: BOOL
Expand Down Expand Up @@ -170,5 +178,7 @@ Options:
[x>=1]
--replication In-memory database replication
--redisgears-module TEXT RedisGears module file
--rdi-site-name TEXT Site name to be used as a prefix for WB
streams in active active
--help Show this message and exit.
```
10 changes: 10 additions & 0 deletions content/rdi/reference/cli/redis-di-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ Usage: redis-di deploy [OPTIONS]

Password for unlocking an encrypted private key

- `rdi_site_name`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-site-name`

Site name to be used as a prefix for WB streams in active active

- `directory`:

- Type: STRING
Expand Down Expand Up @@ -125,6 +133,8 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--rdi-site-name TEXT Site name to be used as a prefix for WB
streams in active active
--dir TEXT Directory containing RDI configuration
[default: .]
--help Show this message and exit.
Expand Down
10 changes: 10 additions & 0 deletions content/rdi/reference/cli/redis-di-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ Usage: redis-di start [OPTIONS]

Password for unlocking an encrypted private key

- `rdi_site_name`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-site-name`

Site name to be used as a prefix for WB streams in active active

- `help`:

- Type: BOOL
Expand Down Expand Up @@ -117,5 +125,7 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--rdi-site-name TEXT Site name to be used as a prefix for WB
streams in active active
--help Show this message and exit.
```
10 changes: 10 additions & 0 deletions content/rdi/reference/cli/redis-di-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ Usage: redis-di upgrade [OPTIONS]

Password for unlocking an encrypted private key

- `rdi_site_name`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-site-name`

Site name to be used as a prefix for WB streams in active active

- `force`:

- Type: BOOL
Expand Down Expand Up @@ -167,6 +175,8 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--rdi-site-name TEXT Site name to be used as a prefix for WB
streams in active active
-f, --force Force upgrade/downgrade. skips verification
prompts
--help Show this message and exit.
Expand Down

0 comments on commit 11aaad9

Please sign in to comment.