CLI Reference

neuro-extras

Auxiliary scripts and recipes for automating routine tasks.

Usage:

neuro-extras [OPTIONS] COMMAND [ARGS]...

Options:

Command Groups:

Commands:

neuro-extras config

Configuration operations.

Usage:

neuro-extras config [OPTIONS] COMMAND [ARGS]...

Options:

Commands:

neuro-extras config save-docker-json

Generate JSON configuration file for accessing cluster registry.

Usage:

neuro-extras config save-docker-json [OPTIONS] PATH

Options:

neuro-extras data

Data transfer operations.

Usage:

neuro-extras data [OPTIONS] COMMAND [ARGS]...

Options:

Commands:

neuro-extras data cp

Copy data between external object storage and cluster. Supported external object storage systems: ['AWS', 'GCS', 'AZURE', 'HTTP', 'HTTPS']

Usage:

neuro-extras data cp [OPTIONS] SOURCE DESTINATION

Options:

neuro-extras data transfer

Copy data between storages on different clusters.

Usage:

neuro-extras data transfer [OPTIONS] SOURCE DESTINATION

Options:

neuro-extras image

Job container image operations.

Usage:

neuro-extras image [OPTIONS] COMMAND [ARGS]...

Options:

Commands:

neuro-extras image build

Build Job container image remotely on cluster using Kaniko.

Usage:

neuro-extras image build [OPTIONS] PATH IMAGE_URI

Options:

neuro-extras image transfer

Copy images between clusters.

Usage:

neuro-extras image transfer [OPTIONS] SOURCE DESTINATION

Options:

neuro-extras k8s

Cluster Kubernetes operations.

Usage:

neuro-extras k8s [OPTIONS] COMMAND [ARGS]...

Options:

Commands:

neuro-extras k8s generate-registry-secret

Usage:

neuro-extras k8s generate-registry-secret [OPTIONS]

Options:

neuro-extras k8s generate-secret

Usage:

neuro-extras k8s generate-secret [OPTIONS]

Options:

neuro-extras seldon

Seldon deployment operations.

Usage:

neuro-extras seldon [OPTIONS] COMMAND [ARGS]...

Options:

Commands:

neuro-extras seldon generate-deployment

Usage:

neuro-extras seldon generate-deployment [OPTIONS] MODEL_IMAGE_URI
                                               MODEL_STORAGE_URI

Options:

neuro-extras seldon init-package

Usage:

neuro-extras seldon init-package [OPTIONS] [PATH]

Options:

neuro-extras download

Download neuro project files from storage.

Downloads file (or files under) from storage://remote-project-dir/PATH to project-root/PATH. You can use "." for PATH to download whole project. The "remote-project-dir" is set using .neuro.toml config, as in example:

[extra] remote-project-dir = "project-dir-name"

Usage:

neuro-extras download [OPTIONS] PATH

Options:

neuro-extras init-aliases

Create neuro CLI aliases for neuro-extras functionality.

Usage:

neuro-extras init-aliases [OPTIONS]

Options:

neuro-extras upload

Upload neuro project files to storage.

Uploads file (or files under) project-root/PATH to storage://remote-project- dir/PATH. You can use "." for PATH to upload whole project. The "remote- project-dir" is set using .neuro.toml config, as in example:

[extra] remote-project-dir = "project-dir-name"

Usage:

neuro-extras upload [OPTIONS] PATH

Options:

Last updated