CLI Referencevalqore ask
valqore ask
Ask questions about your infrastructure in plain English.
valqore ask
Ask questions about your infrastructure in plain English. Powered by 55+ built-in query patterns with confidence scoring -- no LLM required.
Usage
valqore ask "<question>" [OPTIONS]Options
| Flag | Default | Description |
|---|---|---|
--manifests <path> | . | Path to manifest files or directory to query against. |
--output <format> | rich | Output format: rich (terminal) or json. |
Example Queries
# Security
valqore ask "which containers are running as root?"
valqore ask "show me pods with no network policy"
# Cost
valqore ask "what is my most expensive workload?"
valqore ask "show me idle resources"
# Compliance
valqore ask "am I SOC2 compliant?"
valqore ask "show PCI-DSS violations"
# Carbon
valqore ask "what is my carbon footprint?"
valqore ask "suggest lower-carbon alternatives"Example Output
$ valqore ask "which containers are running as root?" --manifests ./k8s
Question: which containers are running as root?
Pattern: security/root-containers (confidence: 0.97)
Found 2 containers running as root:
RESOURCE CONTAINER IMAGE
Deployment/api-server api node:18-alpine
DaemonSet/log-collector collector fluentd:v1.16
Recommendation:
Add securityContext.runAsNonRoot: true and set runAsUser to a
non-zero UID in each container spec.Browse Patterns
valqore examples
valqore examples security
valqore examples costWas this helpful?
Prev
Next