One command per task
Install, scaffold, deploy, observe — without clicking through the Azure DevOps portal or the Azure portal.
Works in any repo
Derives the target's identity from git remote get-url origin at call time. The same commands work across every supported repo on your machine.
Wraps existing pipelines
Triggers Azure DevOps pipelines and Azure CLI commands. Never re-implements them — new pipeline steps land for every user automatically.
Multi-OS by default
.sh for macOS / Linux / WSL / Git Bash. .ps1 for native Windows. One noclickops on your PATH, every shell context.
Install
One line, one time, per developer machine:
curl -fsSL https://raw.githubusercontent.com/terchris/noclickops/main/install.sh | bash
Windows: run via Git Bash or WSL (a native PowerShell installer exists but is unverified — see the README).