Skip to main content
noClickOps logo

noClickOps

No clicking around the portal.
Just type the command.

$ noclickops add-service my-app
✓ Done. services/my-app on main.
$ noclickops deploy my-app test
✓ Deploy complete. ca-my-app running.
$ noclickops info my-app test
ca-my-app — Running (rev1, 1 replica)
$ noclickops logs my-app test

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).