CLI Reference
neuro-extras
Auxiliary scripts and recipes for automating routine tasks.
Usage:
Options:
Command Groups:
Commands:
neuro-extras config
Configuration operations.
Usage:
Options:
Commands:
neuro-extras config save-docker-json
Generate JSON configuration file for accessing cluster registry.
Usage:
Options:
neuro-extras data
Data transfer operations.
Usage:
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:
Options:
neuro-extras data transfer
Copy data between storages on different clusters.
Usage:
Options:
neuro-extras image
Job container image operations.
Usage:
Options:
Commands:
neuro-extras image build
Build Job container image remotely on cluster using Kaniko.
Usage:
Options:
neuro-extras image transfer
Copy images between clusters.
Usage:
Options:
neuro-extras k8s
Cluster Kubernetes operations.
Usage:
Options:
Commands:
neuro-extras k8s generate-registry-secret
Usage:
Options:
neuro-extras k8s generate-secret
Usage:
Options:
neuro-extras seldon
Seldon deployment operations.
Usage:
Options:
Commands:
neuro-extras seldon generate-deployment
Usage:
Options:
neuro-extras seldon init-package
Usage:
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:
Options:
neuro-extras init-aliases
Create neuro CLI aliases for neuro-extras functionality.
Usage:
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:
Options:
Last updated