dud fetch

dud fetch #

Fetch committed artifacts from the remote cache

Synopsis #

Fetch downloads previously committed artifacts from a remote cache.

For each stage passed in, fetch downloads the stage’s committed outputs from the remote cache specified in the Dud config file. If no stage files are passed in, fetch will act on all stages in the index. By default, fetch will act recursively on all stages upstream of the given stage(s).

This command requires rclone to be installed on your machine. Visit https://rclone.org/ for more information and installation instructions.

dud fetch [flags] [stage_file]...

Options #

  -h, --help           help for fetch
  -s, --single-stage   don't operate recursively over Stage inputs

Options inherited from parent commands #

      --profile   enable profiling
      --trace     enable tracing
  -v, --verbose   increase output verbosity

SEE ALSO #