As an example, the command below deploys a horizontal n8n stack (postgres + redis + droplets + ssl) to DigitalOcean.
npx @starthub/cli@latest run starthubhq/n8n-horizontal-do:0.0.1
It’s just a rough MVP (the CLI needs A LOT of work still), but I’d love feedback on: - The approach for composable, stateless deployment actions - Multi-cloud or multi-target deployment ideas
Github repo: https://github.com/starthubhq/cli
Thank you for your time!