DEV Community

Awasthi577
Awasthi577

Posted on

This command creates a VM on any cloud: cloudbrew create vm

Hey folks!
I’ve been building CloudBrew, a tool that lets you spin up cloud resources across AWS, GCP, and Azure with a single command.

No long configs.
No confusing setup.
Just type what you want, and it figures out the rest.

Example:

cloudbrew create vm my-vm --provider aws --apply --yes

The idea is simple:
Cloud infrastructure should feel instant, not like a 30-second ritual.

It already has:

  • Smart prompts if you forget something
  • Secure login checks
  • Tests passing for the core engine

But some parts of the orchestration and cross-cloud mapping are still a bit… cursed 😅

If you’ve built cloud tools, CLIs, or anything DevOps-y, I’d love your thoughts.
Even a “this is dumb, do it this way” is welcome.

Trying to make cloud infra feel more like brew install and less like debugging YAML at 2 AM.

Top comments (0)