mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-15 12:17:40 +01: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