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 7, 2024
1 parent 3af5c3e commit a1bfcaf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/rdi/reference/cli/redis-di-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Usage: redis-di install [OPTIONS]

- `file`:

- Type: <click.types.Path object at 0x7f2259f83df0>
- Type: <click.types.Path object at 0x7f3c72d971f0>
- Default: `none`
- Usage: `-f
--file`
Expand Down
18 changes: 9 additions & 9 deletions content/rdi/reference/cli/redis-di-set-secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Creates a secret of a specified key
```
Usage: redis-di set-secret [OPTIONS] {source-db-username|source-db-
password|target-db-username|target-db-
password|source-db-cacert|source-db-keypair|source-
db-keypair-password|rdi-db-cacert|target-db-
cacert|target-db-cert|target-db-keypair|target-db-
keypair-password} [VALUE]
password|source-db-cacert|source-db-cert|source-db-
key|source-db-key-password|target-db-cacert|target-
db-cert|target-db-key|target-db-key-password}
[VALUE]
```

## Options
Expand All @@ -32,7 +32,7 @@ Usage: redis-di set-secret [OPTIONS] {source-db-username|source-db-

- `key` (REQUIRED):

- Type: Choice(['source-db-username', 'source-db-password', 'target-db-username', 'target-db-password', 'source-db-cacert', 'source-db-keypair', 'source-db-keypair-password', 'rdi-db-cacert', 'target-db-cacert', 'target-db-cert', 'target-db-keypair', 'target-db-keypair-password'])
- Type: Choice(['source-db-username', 'source-db-password', 'target-db-username', 'target-db-password', 'source-db-cacert', 'source-db-cert', 'source-db-key', 'source-db-key-password', 'target-db-cacert', 'target-db-cert', 'target-db-key', 'target-db-key-password'])
- Default: `none`
- Usage: `key`

Expand All @@ -55,10 +55,10 @@ Usage: redis-di set-secret [OPTIONS] {source-db-username|source-db-
```
Usage: redis-di set-secret [OPTIONS] {source-db-username|source-db-
password|target-db-username|target-db-
password|source-db-cacert|source-db-keypair|source-
db-keypair-password|rdi-db-cacert|target-db-
cacert|target-db-cert|target-db-keypair|target-db-
keypair-password} [VALUE]
password|source-db-cacert|source-db-cert|source-db-
key|source-db-key-password|target-db-cacert|target-
db-cert|target-db-key|target-db-key-password}
[VALUE]
Creates a secret of a specified key
Expand Down

0 comments on commit a1bfcaf

Please sign in to comment.