Browse Docs
Catalog
Config
Stacks
Operate
Docs

RabbitMQ ConfigHub Proof Transcript

Exact commands and output from this recorded ConfigHub example. Use the transcript when you need to check what actually ran. View source markdown.

Run date: 2026-05-27

Receipts:

runs/rabbitmq-confighub-proof/latest/confighub-proof-receipt.yaml
runs/rabbitmq-confighub-proof/latest/function-scan-receipt.yaml
runs/rabbitmq-confighub-proof/latest/safe-ops-receipt.yaml

Commands

New to cub? Install the cub CLI first. Public catalog packages pull and render anonymously, and you sign in only once a command saves or changes ConfigHub data.

Here is what the command does. cub installer is an open-source plugin for the cub CLI. cub installer setup pulls a catalog package and writes its Kubernetes files locally, leaving delivery to kubectl, Argo CD or Flux. The generated scripts stop before doing any work when the plugin or kustomize is missing.

cub installer doc packages/bitnami/rabbitmq/16.0.14 --json
cub installer setup --pull packages/bitnami/rabbitmq/16.0.14 --base static-passwords --work-dir .tmp/confighub-proof/rabbitmq-static-passwords --non-interactive --namespace rabbitmq
cub installer render --work-dir .tmp/confighub-proof/rabbitmq-static-passwords
cub installer package packages/bitnami/rabbitmq/16.0.14 -o .tmp/confighub-proof/rabbitmq-archives/rabbitmq-a.tgz
cub installer upload --work-dir .tmp/confighub-proof/rabbitmq-static-passwords --space helm-rabbitmq-confighub-proof --component RabbitMQ --layer App --environment Demo --owner ConfigHubHelm --variant static-passwords --unit-label Component=RabbitMQ --unit-label HelmChart=bitnami-rabbitmq --unit-label HelmChartVersion=16.0.14 --unit-label Variant=static-passwords --unit-label Proof=rabbitmq-confighub-proof --retry
cub installer plan --work-dir .tmp/confighub-proof/rabbitmq-static-passwords
cub variant create staging helm-rabbitmq-confighub-proof --environment Staging --region local --namespace rabbitmq --space-pattern template:{{.Labels.Component}}-{{.Labels.Variant}} --allow-exists --wait --timeout 10m
cub unit list --space helm-rabbitmq-confighub-proof --where "Labels.Proof = 'rabbitmq-confighub-proof'"
cub function vet vet-format --space helm-rabbitmq-confighub-proof --where "Labels.Proof = 'rabbitmq-confighub-proof'"
cub unit apply --space helm-rabbitmq-confighub-proof --where "Labels.Proof = 'rabbitmq-confighub-proof'" --dry-run

Result

rendered objects: 9
separated secrets: 2
ConfigHub Units: 10
Kubernetes Units: 9
installer record Units: 1
staging clone Units: 10
function scan: pass
safe ops: pass

Generated from the committed markdown file docs/demo/rabbitmq/confighub-proof-transcript.md. The source file is the authoritative version.