dud push

dud push #

Push committed artifacts to the remote cache

Synopsis #

Push uploads previously committed artifacts to a remote cache.

For each stage passed in, push uploads the stage’s committed outputs to the remote cache specified in the Dud config file. If no stage files are passed in, push will act on all stages in the index. By default, push 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 push [flags] [stage_file]...

Options #

  -h, --help           help for push
  -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 #