redis-di install

Installs RDI

Usage

Usage: redis-di install [OPTIONS]

Options

  • log_level:

    • Type: Choice(['TRACE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'])
    • Default: warning
    • Usage: --log-level -l
  • file:

    • Type: <click.types.Path object>
    • Default: none
    • Usage: -f --file

    Path to a YAML configuration file for silent installation

  • online:

    • Type: BOOL
    • Default: false
    • Usage: --online

    Run installer in online mode

  • k3s_only:

    • Type: BOOL
    • Default: false
    • Usage: --k3s-only

    Install only k3s components

  • https_port:

    • Type: INT
    • Default: 443
    • Usage: --https-port

    HTTPS port for Traefik

  • installation_dir:

    • Type: <click.types.Path object>
    • Default: none
    • Usage: --installation-dir

    Custom installation directory

  • 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 [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
                                  [default: WARNING]
  -f, --file FILE                 Path to a YAML configuration file for silent
                                  installation
  --installation-dir DIRECTORY    Custom installation directory
  --help                          Show this message and exit.
RATE THIS PAGE
Back to top ↑