Skip to content

Latest commit

 

History

History

poosh-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

poosh-cli

Poosh command line interface (cli)

npm version source code

Help

Usage: poosh <command> [options]

Commands:

  upload [options]        (default command)
  sync [options]

Options:

  -h, --help              output usage information
  -w, --plugins [string]  comma separated plugins
  -r, --read-only [what]   read-only mode, can be remote, cache or both (default)
  -n, --dry-run           perform a trial run with no changes made (same as --read-only both)
  -f, --force [what]      force mode, can be remote, cache or both (default)
  -v, --verbose           get more detailed output on every files
  -q, --quiet             quiet operations
  -V, --version           output the version number

Examples:

  $ poosh --read-only remote --force cache
  $ poosh sync -vv