Skip to content

Dependencies

The Ptah CLI leverages many other tools. When possible, if they are not already installed it will do so on the fly. However, if you wish to control the installation of those tools, here is a complete list of what Ptah might expect to be installed.

Docker — if your project has any local Docker image definitions.

docker --version

Helm, the Helm diff plugin, and Helmfile — if your project has a helmfile.yaml in its root.

helm version
helmfile --version

Kind — local Kubernetes cluster.

kind --version

Kubectl — for interacting with Kubernetes.

kubectl version