A CLI program running gluegunJS to easily manage your docker volumes
Guillaume "B.B." Van Hemmen
fbbf5e606a
Implement functions to list and select archives for restoration based on existing volumes. Introduce a new process to restore volumes from backups, ensuring archives are checked and volumes are recreated correctly. Reviewed-on: https://git.van-hemmen.com///GuillaumeHemmen/docker-volume-manager/pulls/2 Co-authored-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com> Co-committed-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com> |
||
---|---|---|
__tests__ | ||
bin | ||
docs | ||
src | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
package.json | ||
readme.md | ||
tsconfig.json | ||
yarn.lock |
docker-volume-manager CLI
A CLI program running gluegunJS to easily manage your docker volumes
Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
Publishing to NPM
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm test
$ npm run build
$ npm publish
License
MIT - see LICENSE