v1.0.0 Stable
Infrastructure
at the Speed of
Thought.
Stop wrestling with YAML indentation. Tell Ops Whisperer what you need, and watch it generate production-ready Docker, K8s, and Terraform code instantly.
❯
Copied!
npm install -g ops-whisperer
Terminal
➜ ops "deploy nginx on k8s"
Analyzing intent...
Generated Manifest:
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 3
template:
spec:
containers:
- name: nginx
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 3
template:
spec:
containers:
- name: nginx
?
Execute?
[Y/n]