seasnake-cli
v1.0.5
Published
A cli wrapper for seasnake
Downloads
1
Readme
seasnake-cli
A cli wrapper for seasnake
installation
global
$ npm install -g seasnake-cli
local
$ npm install seasnake-cli
usage
global vs local
If you have installed seasnake globally you can just use the seasnake
path. Otherwise, you will either need to run it
from an npm script or use it with the path to node modules: node_modules/.bin/seasnake
.
export
$ seasnake dockercomposeprefix_volumename backup.tar
$ seasnake -e dockercomposeprefix_volumename backup.tar
$ seasnake --export dockercomposeprefix_volumename backup.tar
import
$ seasnake -i dockercomposeprefix_volumename backup.tar
$ seasnake --import dockercomposeprefix_volumename backup.tar