Skip to main content

Commands

Every noclickops command, grouped by category. Click a category card to jump to its section, or open a command for its full reference.

Meta

Discovery and self-management — the lister and update commands.

  • noclickops — List all noclickops commands, or dispatch to a subcommand.
  • update — Pull the latest noclickops from origin (fast-forward only).

Git / pull requests

Open and merge Azure DevOps pull requests from the current branch.

  • create-pr — Open an Azure DevOps PR from the current branch to main.
  • merge-pr — Squash-complete a PR, sync local main, delete the feature branch.

Deployment

Trigger CD pipelines for one service / environment.

  • deploy — Deploy a service to test or prod (v2 multi-pipeline orchestration).

Service lifecycle

Scaffold, swap in content, clean placeholders.

  • add-service — Scaffold a new service (Copier pipeline + auto-merge BOTH PRs).
  • clean-sample — Replace the Express+OIDC sample with a minimal Hello-World stub.
  • sync-lovable — Sync a Lovable Vite/React/PWA repo into a service folder.

Inspect / observe

Live config, logs, and shells against a running service.

  • info — Show service config and live container-app state.
  • logs — Show or stream the container-app logs for a service.
  • shell — Open an interactive shell in the live container app for a service.
  • status — List recent pipeline runs (optionally filtered to a service), or show details for one run id.