Skip to content

Effective copy-deploying on the command line

Choose a tag to compare

@monoman monoman released this 23 Apr 15:46
cpdeploy  1.1.4 - Copyright ©2015 Rafael 'Monoman' Teixeira, Managed Commons Team
A copy deployer that tries not to copy unchanged content.

License: MIT License - See http://opensource.org/licenses/MIT

Usage: cpdeploy [options] <path of directory to deploy into>
Options:
  -b -backup:subdirectory  Name of subdirectory to copy older versions with -o (default: _OLDER).
  -c -clean                Clean target directory
  -d -dontoverwrite        Do not overwrite if there is a target directory
  -f -from:directory       Path to directory to copy from (default: current directory)
  -? -help                 Show this help list
  -o -onlylatest           Move older versions to backup folder (use -b to choose backup folder).
                           Skips pinned dirs (those ending in '-PINNED')
  -q -quiet                Quiet mode
  -s -summary              Summary mode - Only the summary line
  -t -test                 Test if there is anything to update
  -v -verbose              Verbose output
  -V -version              Display version and licensing information

Please report bugs at <https://github.com/managed-commons/cpdeploy/issues>