Skip to content

Overview

enumctl is the command-line interface for the enum platform. Use it to authenticate, manage Kubernetes clusters, and configure access.

Terminal window
curl -sSfL https://dl.enum.co/enumctl/install.sh | bash

Download the binary for your platform:

Terminal window
curl -LO https://dl.enum.co/enumctl/latest/enumctl-linux-amd64
chmod +x enumctl-linux-amd64
sudo mv enumctl-linux-amd64 /usr/local/bin/enumctl

Verify the installation:

Terminal window
enumctl --version
FlagShortDescription
--account-aAccount name to use
--project-id-pProject ID to use (overrides default)
--verbose-vEnable debug logging
--help-hShow help for any command
--versionPrint the installed version
Terminal window
curl -sSfL https://dl.enum.co/enumctl/install.sh | bash