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.
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 |
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 |
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 |
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 |
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 |