mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-29 13:07:59 +00:00
Add --id flag as an alternative to --prefix for expiring and deleting API keys. This allows users to use the ID shown in 'headscale apikeys list' output, which is more convenient than the prefix. Either --id or --prefix must be provided; both flags are optional but at least one is required. Updates #2986