dreadnode platform command group manages the lifecycle of the self-hosted platform.
Commands
start
Starts the platform services.Start a specific image tag (e.g.,
v1.2.3-amd64). If omitted, uses the current version or downloads the latest.Set one-off environment overrides (e.g.,
--proxy-host example.com). See Configuration.stop / down
Stops the running platform services.Also remove Docker volumes. WARNING: This deletes all data.
configure
Manage persistent environment configuration.List current persistent overrides.
Remove specified configuration keys.
Apply configuration to a specific version tag.
upgrade
Upgrades the platform to the latest version available.download
Downloads platform files for a specific version without starting it.logs
View the logs of the running platform services.Number of lines to show from the end of the logs.

