dot

dot install copy

File tasks

Synopsis

The “copy” task installs or removes local or remote files.

dot install copy [flags]

Options

  -h, --help   help for copy

Options inherited from parent commands

  -c, --config-file DOT_FILE   main configuration DOT_FILE (default ".dotrc.yml")
  -d, --dry-run                do not execute tasks
  -F, --force                  force execution
      --https                  use HTTPS to clone repositories
  -q, --quiet                  do not output
  -r, --role-filter strings    filter roles by name
  -s, --source DOT_SOURCE      DOT_SOURCE directory (default "$HOME")
  -S, --sync                   synchronize repositories
  -t, --target DOT_TARGET      DOT_TARGET directory (default "$HOME")
  -v, --verbose n              be verbose (specify --verbose multiple times or level n)

SEE ALSO