This content originally appeared on DEV Community and was authored by web_learning
Managing infrastructure through a browser is fine – until you need to repeat tasks, automate deployments, or integrate with CI/CD.
The new Webdock CLI lets you control your servers, WAFs, load balancers, and more – directly from your terminal.
Highlights:
- Works on macOS, Windows, and Linux
- Automate with scripts or run commands in interactive mode
- No need to manually craft REST API calls
Check out the project on our GitHub: https://github.com/webdock-io/webdock-cli
Quick start:
1️⃣ Get your API key from the Webdock dashboard
2️⃣ Install the CLI
3️⃣ Run webdock init
This content originally appeared on DEV Community and was authored by web_learning