CLI reference

neuro-flow

Usage:

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

Options:

Command Groups:

Commands:

neuro-flow completion

Output shell completion code.

Usage:

neuro-flow completion [OPTIONS] COMMAND [ARGS]...

Options:

Commands:

neuro-flow completion generate

Provide instruction for shell completion generation.

Usage:

neuro-flow completion generate [OPTIONS] {bash|zsh}

Options:

neuro-flow completion patch

Automatically patch shell configuration profile to enable completion

Usage:

neuro-flow completion patch [OPTIONS] {bash|zsh}

Options:

neuro-flow bake

Start a batch.

Run BATCH pipeline remotely on the cluster.

Usage:

neuro-flow bake [OPTIONS] BATCH

Options:

neuro-flow bakes

List existing bakes.

Usage:

neuro-flow bakes [OPTIONS]

Options:

neuro-flow build

Build an image.

Assemble the IMAGE remotely and publish it.

Usage:

neuro-flow build [OPTIONS] IMAGE

Options:

neuro-flow cancel

Cancel a bake.

Cancel a bake execution by stopping all started tasks.

Usage:

neuro-flow cancel [OPTIONS] BAKE

Options:

neuro-flow clean

Clean volume.

Clean remote files on VOLUME, use clean ALL for cleaning up all volumes.

Usage:

neuro-flow clean [OPTIONS] VOLUME

Options:

neuro-flow clear-cache

Clear cache.

Use neuro-flow clear-cache <BATCH> for cleaning up the cache for BATCH; Use neuro-flow clear-cache <BATCH> <TASK_ID> for cleaning up the cache for TASK_ID in BATCH;

neuro-flow clear-cache ALL clears all caches.

Usage:

neuro-flow clear-cache [OPTIONS] BATCH [TASK_ID]

Options:

neuro-flow delete-flow

Completely remove flow with all related entities

Usage:

neuro-flow delete-flow [OPTIONS] FLOW_IDS...

Options:

neuro-flow download

Download volume.

Download remote files to local for VOLUME, use download ALL for downloading all volumes.

Usage:

neuro-flow download [OPTIONS] VOLUME

Options:

neuro-flow init

Initialize a flow from a selected template.

Creates required storage as well.

Usage:

neuro-flow init [OPTIONS] [[barebone|default]]

Options:

neuro-flow inspect

Inspect a bake.

Display a list of started/finished tasks of BAKE_ID.

Usage:

neuro-flow inspect [OPTIONS] BAKE

Options:

neuro-flow kill

Kill a job.

Kill JOB-ID, use kill ALL for killing all jobs.

Usage:

neuro-flow kill [OPTIONS] JOB_ID [SUFFIX]

Options:

neuro-flow logs

Print logs.

Display logs for JOB-ID

Usage:

neuro-flow logs [OPTIONS] JOB_ID [SUFFIX]

Options:

neuro-flow mkvolumes

Create all remote folders for volumes.

Usage:

neuro-flow mkvolumes [OPTIONS]

Options:

neuro-flow ps

List all jobs

Usage:

neuro-flow ps [OPTIONS]

Options:

neuro-flow restart

Start a batch.

Run BATCH pipeline remotely on the cluster.

Usage:

neuro-flow restart [OPTIONS] BAKE

Options:

neuro-flow run

Run a job.

RUN job JOB-ID or ATTACH to it if the job is already running

For multi-jobs an explicit job suffix can be used with explicit job arguments.

Usage:

neuro-flow run [OPTIONS] JOB_ID [ARGS]...

Options:

neuro-flow show

Show output of baked task.

Display a logged output of TASK_ID from BAKE_ID.

Usage:

neuro-flow show [OPTIONS] BAKE TASK_ID

Options:

neuro-flow status

Show job status.

Print status for JOB-ID

Usage:

neuro-flow status [OPTIONS] JOB_ID [SUFFIX]

Options:

neuro-flow upload

Upload volume.

Upload local files to remote for VOLUME, use upload ALL for uploading all volumes.

Usage:

neuro-flow upload [OPTIONS] VOLUME

Options:

Last updated