UiPath Documentation
automation-suite
2023.4
false
uipathctl-Referenzhandbuch
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

uipathctl prereq create

Beschreibung

Erstellt die externen Voraussetzungen. Dies sind in erster Linie Objektspeicher-Buckets und SQL-Datenbanken. Die für die Installation erforderlichen SQL-Datenbanken werden auf dem SQL-Server erstellt, wenn sql.create_db key in der Konfigurationsdatei festgelegt ist. Die Objektspeicher-Buckets werden im Cloud-Anbieter erstellt, wenn der Schlüssel object_storage.create_bucket in der Konfigurationsdatei festgelegt ist.
uipathctl prereq create PATH [flags]uipathctl prereq create PATH [flags]

Beispiele


        # Create all external prerequisites
        uipathctl prereq create input.json --versions versions.json

        # Create all external prerequisites
        uipathctl prereq create input.json --versions versions.json

Optionen

  -h, --help                help for create
--location location   Location where the prerequisites are executed. one of [local, cluster] (default cluster)
  -o, --output output       Output format. one of [json,yaml,text] (default text)
--versions string     Path to the versions file  -h, --help                help for create
--location location   Location where the prerequisites are executed. one of [local, cluster] (default cluster)
  -o, --output output       Output format. one of [json,yaml,text] (default text)
--versions string     Path to the versions file

Von übergeordneten Befehlen geerbte Optionen

--context string      name of the kubeconfig context to use
--excluded strings    components to be excluded from execution, defaults to none
--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")
--timeout duration    timeout of the command (default 1h0m0s)--context string      name of the kubeconfig context to use
--excluded strings    components to be excluded from execution, defaults to none
--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")
--timeout duration    timeout of the command (default 1h0m0s)
  • Beschreibung
  • Beispiele
  • Optionen
  • Von übergeordneten Befehlen geerbte Optionen

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben