clara-pull
Plugin¶
The clara-pull
plugin is a command-line interface that facilitates installation of different Clara Components and Reference Pipelines. Please find the list of supported comamnds below.
platform
¶
Pulls the helm chart for clara core platform and configures CLI. If version is not specified, latest version of the chart is downloaded.
Usage¶
$ clara pull platform [-v|--version VERSION]
Flags¶
Name | Shorthand | Default | Usage |
---|---|---|---|
version | v | latest version | platform chart version |
yes | y | false | Bypass the prompt |
dicomadapter
¶
Pulls the helm chart for clara dicom-adapter and configures CLI. If version is not specified, latest version of the chart is downloaded.
Usage¶
$ clara pull dicomadapter [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull dicom-adapter [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull dicom [ -v VERSION_NUMBER ] [ -y | --yes ]
Flags¶
Name | Shorthand | Default | Usage |
---|---|---|---|
version | v | latest version | dicom-adapter chart version |
yes | y | false | Bypass the prompt |
clararenderer
¶
Pulls the helm chart for clara-renderer and configures CLI to use it. If version is not specified, latest version of the chart is pulled.
Usage¶
$ clara pull clararenderer [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull clara-renderer [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull render [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull renderer [ -v VERSION_NUMBER ] [ -y | --yes ]
Flags¶
Name | Shorthand | Default | Usage |
---|---|---|---|
version | v | latest version | clara-renderer chart version |
yes | y | false | Bypass the prompt |
claramonitoring
¶
Pulls the helm chart for clara-monitor-server and configures CLI to use it. If version is not specified, latest version of the chart is pulled.
Usage¶
$ clara pull claramonitoring [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull clara-monitor-server [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull monitor [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull monitoring [ -v VERSION_NUMBER ] [ -y | --yes ]
Flags¶
Name | Shorthand | Default | Usage |
---|---|---|---|
version | v | latest version | clara-monitor-server chart version |
yes | y | false | Bypass the prompt |
console
¶
Pulls the helm chart for clara management console and configures CLI. If version is not specified, latest version of the chart is downloaded.
Usage¶
$ clara pull claraconsole [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull clara-console [ -v VERSION_NUMBER ] [ -y | --yes ]
// OR
$ clara pull console [ -v VERSION_NUMBER ] [ -y | --yes ]
Flags¶
Name | Shorthand | Default | Usage |
---|---|---|---|
version | v | latest version | clara management console chart version |
yes | y | false | Bypass the prompt |
pipeline
¶
Pulls the pipeline definition from NGC. If version is not specified, latest version of the pipeline is downloaded.
Usage¶
$ clara pull pipeline [-v|--version VERSION] [-d|-dest DESTINATION_DIR]
Flags¶
Name | Shorthand | Default | Usage |
---|---|---|---|
version | v | latest version | pipeline version |
destination | d | . | destination directory |