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 4, 2024
1 parent 0559136 commit 7bf596c
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
58 changes: 58 additions & 0 deletions content/rdi/reference/cli/redis-di-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
Title: redis-di install
linkTitle: redis-di install
description: Installs RDI
weight: 10
alwaysopen: false
categories: ["redis-di"]
aliases:
---

Installs RDI

## Usage

```
Usage: redis-di install [OPTIONS]
```

## Options

- `log_level`:

- Type: Choice(['DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL'])
- Default: `info`
- Usage: `--log-level
-l`

- `file`:

- Type: <click.types.Path object at 0x7fc72fd40a90>
- Default: `none`
- Usage: `-f
--file`

Path to a YAML configuration file for silent installation

- `help`:

- Type: BOOL
- Default: `false`
- Usage: `--help`

Show this message and exit.

## CLI help

```
Usage: redis-di install [OPTIONS]
Installs RDI
Options:
-l, --log-level [DEBUG|INFO|WARN|ERROR|CRITICAL]
[default: INFO]
-f, --file FILE Path to a YAML configuration file for silent
installation
--help Show this message and exit.
```
1 change: 1 addition & 0 deletions content/rdi/reference/cli/redis-di.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Commands:
describe-job Describes a transformation engine's job
dump-support-package Dumps RDI support package
get-rejected Returns all the stored rejected entries
install Installs RDI
install-collector Installs RDI Redis Collector on Redis BDB with...
install-redisgears Installs RedisGears module on Redis cluster
list-contexts Lists all saved contexts
Expand Down

0 comments on commit 7bf596c

Please sign in to comment.