@vjsd/swarmiac
v0.0.3-beta
Published
🚧 This package is in development! 🚧 Swarmiac is a tool for managing your Docker Swarm services via Swarmpit api.
Downloads
16
Readme
Swarmiac
Swarmiac is a tool for managing and deploying Docker Swarm services via Swarmpit api. 🚧 This package is in development and not ready for production use. 🚧
⚠️ Keep in mind, that using Docker swarm is not recommended for production or large scale use. Docker swarm is no longer maintained.
Usage
Installation
npm install @vjsd/swarmiacor with yarn
yarn add @vjsd/swarmiacUsage
npx swarmiac --helpDeploying a stack to a swarm
SWARM_API_URL=yout_swarmpit_api_url SWARM_API_TOKEN=your_swarmpit_api_token npx swarmiac deploy --stack-name=your_stack_name --compose-file=your_compose_file