A CLI program running gluegunJS to easily manage your docker volumes
Find a file
Guillaume "B.B." Van Hemmen fbbf5e606a #0 - Add volume restoration functionality (#2)
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>
2024-08-21 13:27:49 +02:00
__tests__ fist commit 2024-08-07 10:43:19 +02:00
bin fist commit 2024-08-07 10:43:19 +02:00
docs fist commit 2024-08-07 10:43:19 +02:00
src #0 - Add volume restoration functionality (#2) 2024-08-21 13:27:49 +02:00
.editorconfig #0 - Implement backup (#1) 2024-08-21 12:54:06 +02:00
.eslintrc.js fist commit 2024-08-07 10:43:19 +02:00
.gitignore fist commit 2024-08-07 10:43:19 +02:00
LICENSE fist commit 2024-08-07 10:43:19 +02:00
package.json fist commit 2024-08-07 10:43:19 +02:00
readme.md fist commit 2024-08-07 10:43:19 +02:00
tsconfig.json fist commit 2024-08-07 10:43:19 +02:00
yarn.lock fist commit 2024-08-07 10:43:19 +02:00

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