Credential access
Reads DigitalOcean tokens, kubeconfig, and environment credentials.
brew / rank 761
Command-line tool for DigitalOcean. Version 1.166.0 via Homebrew; verified 2026-07-31.
agent safety
doctl controls DigitalOcean resources from local credentials.
Reads DigitalOcean tokens, kubeconfig, and environment credentials.
Can create, delete, and modify droplets, clusters, registries, and apps.
Can deploy apps and push container registry artifacts.
Gate mutating doctl commands and credential access.
Allow read-only listings; require approval for writes, deletes, deploys, and token changes.
install
brew install doctlprovider-native install command
overview
Command-line tool for DigitalOcean
history
doctl is DigitalOcean's official command-line interface for the DigitalOcean API. It is the package-manager-facing form of DigitalOcean cloud automation: a Go binary that exposes account, compute, database, Kubernetes, registry, app, VPC, and billing workflows from a terminal.
DigitalOcean created the public GitHub repository in May 2015. The README identifies doctl as a CLI for the DigitalOcean API and lists a broad command tree covering both early compute primitives and later platform services such as Kubernetes, Apps, databases, monitoring, registries, and VPCs.
doctl has broad package-manager adoption. The official README documents Homebrew on macOS, Snap on supported Linux systems, Arch Linux, Fedora, Nix, Docker Hub images, GitHub release downloads, and source builds. Homebrew analytics show tens of thousands of annual installs, which is high for a provider-specific cloud CLI.
Users authenticate with `doctl auth init`, which stores API tokens and defaults in a YAML config file. The CLI is used both interactively and in scripts, often with JSON output, shell completion, multiple authentication contexts, and resource commands such as droplet listing, domain record creation, registry login, and Kubernetes configuration.
doctl matters to package nerds because it is a well-maintained example of the cloud-provider CLI pattern: a single static Go program, packaged across Homebrew, Linux distros, Snap, Windows managers, Docker images, and GitHub releases, with API authentication and shell ergonomics as first-class concerns.
security posture
No matching local secret-handling manifest was found for doctl. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/Library/Application Support/doctl/config.yaml$XDG_CONFIG_HOME/doctl/config.yaml~/.config/doctl/config.yamlCredential-bearing paths to review before unattended agent runs.
~/Library/Application Support/doctl/config.yaml$XDG_CONFIG_HOME/doctl/config.yaml~/.config/doctl/config.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
doctl | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:doctl |
|---|---|
| Version | 1.166.0 |
| Package manager | Homebrew |
| Homepage | https://docs.digitalocean.com/reference/doctl/ |
| Repository | https://github.com/digitalocean/doctl |
| Last updated | 2026-07-31T17:48:15Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.