UiPath Documentation
automation-suite
2024.10
false
uipathctl reference guide

uipathctl prereq run

uipathctl prereq run command for running prerequisite checks to validate that an Automation Suite installation will succeed.

Description

Runs the prerequisite checks to validate that the installation would succeed.

uipathctl prereq run PATH [flags]
uipathctl prereq run PATH [flags]

Examples

# Runs all the prerequisite checks
uipathctl prereq run input.json/cluster_config.json --versions versions.json
# Runs all the prerequisite checks
uipathctl prereq run input.json/cluster_config.json --versions versions.json

Options

  -h, --help              help for run
  -o, --output output     output format. one of [json,yaml,text] (default text)
  -v, --verbose           verbose output
      --versions string   path to versions file
      --list-options      list all available options for the included and excluded flags
  -h, --help              help for run
  -o, --output output     output format. one of [json,yaml,text] (default text)
  -v, --verbose           verbose output
      --versions string   path to versions file
      --list-options      list all available options for the included and excluded flags

Options inherited from parent commands

      --context string      name of the kubeconfig context to use
      --excluded strings    components to be excluded from execution, defaults to none
  -f, --force               override all user prompts to true
      --included strings    components to be included in the execution, defaults to all
      --kubeconfig string   kubectl configuration file (default: ~/.kube/config)
      --log-format string   log format. one of [text,json] (default "text")
      --log-level string    set log level. one of [trace,debug,info,error] (default "error")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)
      --upgrade             include upgrade-related checks
      --context string      name of the kubeconfig context to use
      --excluded strings    components to be excluded from execution, defaults to none
  -f, --force               override all user prompts to true
      --included strings    components to be included in the execution, defaults to all
      --kubeconfig string   kubectl configuration file (default: ~/.kube/config)
      --log-format string   log format. one of [text,json] (default "text")
      --log-level string    set log level. one of [trace,debug,info,error] (default "error")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)
      --upgrade             include upgrade-related checks
  • Description
  • Examples
  • Options
  • Options inherited from parent commands

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated