hcloud
Overview
Version & Lifecycle
Community Notes
hcloud CLI token, config, and output automation note
For managed hcloud CLI installs, avoid baking a personal token into the package. The official configuration docs say hcloud normally stores preferences and contexts in ~/.config/hcloud/cli.toml or, on Windows, %APPDATA%\hcloud\cli.toml; the location can be changed with HCLOUD_CONFIG or the --config flag.
A config file is not required for automation. Hetzner documents that environment variables can run the CLI statelessly; set HCLOUD_TOKEN in the deployment, CI, or scheduled-task context that actually runs hcloud instead of pre-seeding a profile under an admin or packaging account.
For detection and inventory scripts, prefer machine-readable output. hcloud documents --output json for describe, list, and create commands, and also supports custom-column output for list-style results when JSON is not needed.
Sources: hcloud configuration reference and hcloud output-options guide.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Requires API token configuration via `hcloud context create`