dud checkout

dud checkout #

Load committed artifacts from the cache

Synopsis #

Checkout loads previously committed artifacts from the cache.

For each stage file passed in, checkout makes the stage’s output artifacts available in the workspace. By default, checkout creates symlinks to the cache, but copies of the cached artifacts can be checked out using –copy. If no stage files are passed in, checkout will act on all stages in the index. By default, checkout will act recursively on all stages upstream of the given stage(s).

dud checkout [flags] [stage_file]...

Options #

  -c, --copy           copy artifacts instead of linking
  -h, --help           help for checkout
  -s, --single-stage   disable recursive operation on upstream stages

Options inherited from parent commands #

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

SEE ALSO #