{
  "id": "redis-di-install",
  "title": "redis-di install",
  "url": "https://redis.io/docs/latest/integrate/redis-data-integration/reference/cli/redis-di-install/",
  "summary": "Installs RDI",
  "tags": [
    "redis-di"
  ],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "page_type": "content",
  "content_hash": "c24c236ffc22c16739db310c4326d1648828d950d72996728c7c392843bfe7a7",
  "sections": [
    {
      "id": "usage",
      "title": "Usage",
      "role": "syntax",
      "text": "[code example]"
    },
    {
      "id": "options",
      "title": "Options",
      "role": "parameters",
      "text": "- `log_level`:\n  - Type: Choice(['TRACE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'])\n  - Default: `warning`\n  - Usage: `--log-level\n-l`\n\n- `file`:\n  - Type: <click.types.Path object>\n  - Default: `none`\n  - Usage: `-f\n--file`\n\n  Path to a YAML configuration file for silent installation\n\n- `online`:\n  - Type: BOOL\n  - Default: `false`\n  - Usage: `--online`\n\n  Run installer in online mode\n\n- `k3s_only`:\n  - Type: BOOL\n  - Default: `false`\n  - Usage: `--k3s-only`\n\n  Install only k3s components\n\n- `https_port`:\n  - Type: INT\n  - Default: `443`\n  - Usage: `--https-port`\n\n  HTTPS port for Traefik\n\n- `installation_dir`:\n  - Type: <click.types.Path object>\n  - Default: `none`\n  - Usage: `--installation-dir`\n\n  Custom installation directory\n\n- `help`:\n  - Type: BOOL\n  - Default: `false`\n  - Usage: `--help`\n\n  Show this message and exit."
    },
    {
      "id": "cli-help",
      "title": "CLI help",
      "role": "content",
      "text": "[code example]"
    }
  ],
  "examples": [
    {
      "id": "usage-ex0",
      "language": "plaintext",
      "code": "Usage: redis-di install [OPTIONS]",
      "section_id": "usage"
    },
    {
      "id": "cli-help-ex0",
      "language": "plaintext",
      "code": "Usage: redis-di install [OPTIONS]\n\n  Installs RDI\n\nOptions:\n  -l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]\n                                  [default: WARNING]\n  -f, --file FILE                 Path to a YAML configuration file for silent\n                                  installation\n  --installation-dir DIRECTORY    Custom installation directory\n  --help                          Show this message and exit.",
      "section_id": "cli-help"
    }
  ]
}
