portainer-stack-recreate
Version:
A Node.js CLI tool to recreate Portainer Docker stacks with latest images
33 lines (32 loc) • 729 B
JSON
{
"name": "portainer-stack-recreate",
"version": "1.0.1",
"description": "A Node.js CLI tool to recreate Portainer Docker stacks with latest images",
"main": "bin/portainer-stack-recreate.js",
"bin": {
"portainer-stack-recreate": "./bin/portainer-stack-recreate.js"
},
"scripts": {
"start": "node bin/portainer-stack-recreate.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"portainer",
"docker",
"stack",
"recreate",
"cli",
"deployment",
"container"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"commander": "^11.1.0",
"chalk": "^4.1.2"
},
"engines": {
"node": ">=14.0.0"
}
}