redis-di 安装

安装RDI

用法

Usage: redis-di install [OPTIONS]

选项

  • log_level:

    • 类型: Choice(['DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL'])
    • 默认值: warn
    • 用法: --log-level -l
  • file:

    • 类型:
    • 默认值: none
    • 用法: -f --file

    用于静默安装的TOML配置文件的路径

  • online:

    • 类型: BOOL
    • 默认值: false
    • 用法: --online

    以在线模式运行安装程序

  • installation-dir:

    • 类型: 字符串
    • 默认值: /var/lib
    • 用法: --installation-dir

    自定义安装目录

  • help:

    • 类型: BOOL
    • 默认值: false
    • 用法: --help

    显示此消息并退出。

CLI 帮助

Usage: redis-di install [OPTIONS]

  Installs RDI

Options:
  -l, --log-level [DEBUG|INFO|WARN|ERROR|CRITICAL]
                                  [default: WARN]
  -f, --file FILE                 Path to a TOML configuration file for silent
                                  installation
  --installation-dir              Custom installation directory

  --help                          Show this message and exit.
RATE THIS PAGE
Back to top ↑