info
Show service config and live container-app state.
v2: reads per-service config from services/<svc>/config.<env>.yaml (source repo) and IaC variables from environments/<TEAM>/<repo>/infrastructure/.pipelines/variables/ (IaC platform-infrastructure repo, via ADO REST). Container-app name + RG are discovered via az containerapp list (the actual deployed names, not a hardcoded pattern). Public URL is printed for services with ENABLE_PUBLIC_ENDPOINT=true. Static sections always print; live section degrades to a clear 'unavailable' line when Azure access is missing or naming overrides are required.
Category: Inspect / observe
Tags: config container-app subscription read inspect
Usage
noclickops info <service> [test|prod]
Flags
| Flag | Description |
|---|---|
test | Inspect the test environment (default). |
prod | Inspect production. |
-h, --help | Show this help and exit. |
Example
noclickops info frontend test
Example output
noclickops info v1.7.6 — frontend (test)
Service: frontend (test)
────────────────────────────────────────
Folder: /path/to/ABC100001-myservice/services/frontend
IaC repo (engineer-owned):
App name (IaC): abc100001
Application name: myservice
Team: ABC
Subscription: 3aec5ff4-...
Common RG: rg-test-myteam-frontend-common
Container registry: acrshareduw
DNS zone: example.cloud
Service config:
Port: 3000
Health check: /health
CPU: 0.5
Memory: 1Gi
Replicas (min): 0
Replicas (max): 1
Public endpoint: true
Public URL: https://frontend.example.cloud
Live state (Azure):
Container app: ca-abc100001-frontend
Resource group: rg-test-myteam-frontend-common
Status: Running
Latest revision: ca-abc100001-frontend--rev42
Image: acrshareduw.azurecr.io/abc100001/frontend:latest
Replicas (live): min=1, max=3
Auth
az login (target's ADO tenant) for IaC variables; Reader on the IaC-declared subscription for the live container-app section.
Depends on
azgit
Exit codes
| Code | Meaning |
|---|---|
0 | Info shown — fully or partially (with explanatory message on partial). |
1 | Service config / IaC variables missing, invalid env, or az error not related to access. |
See also
Full --help output
Show full --help
noclickops v1.7.6 — info
Show service config and live container-app state.
v2: reads per-service config from services/<svc>/config.<env>.yaml (source repo) and IaC variables from environments/<TEAM>/<repo>/infrastructure/.pipelines/variables/ (IaC platform-infrastructure repo, via ADO REST). Container-app name + RG are discovered via az containerapp list (the actual deployed names, not a hardcoded pattern). Public URL is printed for services with ENABLE_PUBLIC_ENDPOINT=true. Static sections always print; live section degrades to a clear 'unavailable' line when Azure access is missing or naming overrides are required.
Category: inspect
Tags: config container-app subscription read inspect
Usage:
noclickops info <service> [test|prod]
Flags:
test Inspect the test environment (default).
prod Inspect production.
-h, --help Show this help and exit.
Example:
noclickops info frontend test
Example output:
noclickops info v1.7.6 — frontend (test)
Service: frontend (test)
────────────────────────────────────────
Folder: /path/to/ABC100001-myservice/services/frontend
IaC repo (engineer-owned):
App name (IaC): abc100001
Application name: myservice
Team: ABC
Subscription: 3aec5ff4-...
Common RG: rg-test-myteam-frontend-common
Container registry: acrshareduw
DNS zone: example.cloud
Service config:
Port: 3000
Health check: /health
CPU: 0.5
Memory: 1Gi
Replicas (min): 0
Replicas (max): 1
Public endpoint: true
Public URL: https://frontend.example.cloud
Live state (Azure):
Container app: ca-abc100001-frontend
Resource group: rg-test-myteam-frontend-common
Status: Running
Latest revision: ca-abc100001-frontend--rev42
Image: acrshareduw.azurecr.io/abc100001/frontend:latest
Replicas (live): min=1, max=3
Auth:
az login (target's ADO tenant) for IaC variables; Reader on the IaC-declared subscription for the live container-app section.
Depends on:
az git
Exit codes:
0 Info shown — fully or partially (with explanatory message on partial).
1 Service config / IaC variables missing, invalid env, or az error not related to access.
See also:
logs shell deploy