Posit Team Dedicated — a Python CLI that packages team-operator and its dependencies for customer-side installation, including air-gapped and network-restricted environments.
ptd handles the upstream-to-customer flow: pulling container images, bundling
Kubernetes manifests, generating install scripts, and producing reproducible
artifacts. It’s the piece that turns “here’s a Helm chart” into “here’s a single
tarball you can hand to a regulated customer”, which in turn is what makes the
operator deployable outside of Posit’s own infrastructure.
It also owns lifecycle operations — install, upgrade, rollback — so that the same tool you used on day one is the one you reach for during a 2am incident.