fovus pipeline resume¶
fovus pipeline resume¶
Resume a remote pipeline execution.
Only writable fields are configuration.setupCommand and configuration.runCommand. Any other fields are ignored by backend.
Usage
fovus pipeline resume [OPTIONS]
Options
- --pipeline-id <pipeline_id>¶
Required The ID of the pipeline to resume.
- --pipeline-directory <pipeline_directory>¶
Local directory to upload to remote pipeline storage. If omitted, no files are uploaded.
- -c, --config <config_path>¶
Path to pipeline config JSON for optional overrides. Only configuration.setupCommand and configuration.runCommand are writable.
- --setup-command <setup_command>¶
Setup command for remote execution. Overrides config if provided.
- --run-command <run_command>¶
Run command for remote execution. Overrides config if provided.
- --include-paths <include_paths>¶
Include only these paths when uploading pipeline directory. Relative paths inside PIPELINE_DIRECTORY. Use * and ? for wildcards. Only one of –include-paths or –exclude-paths.
- --exclude-paths <exclude_paths>¶
Exclude these paths when uploading pipeline directory. Relative paths inside PIPELINE_DIRECTORY. Use * and ? for wildcards. Only one of –include-paths or –exclude-paths.