fix: show SSH key ID in list output, remove unused --labels flag
- SSH key list: add ID column so users can reference it for
`anvil ssh-key remove <id>`
- Issue create: remove --labels flag that was silently ignored
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SHA:
2a4c79fe24aaf0ce3c05f0d69527902fd164eb0a
Author:
Cole Christensen <cole.christensen@macmillan.com>
Date:
2026-03-15 23:17
Parents:
b0542e8
2 files changed
+3
-7
| Type | ||
|---|---|---|
|
|
src/commands/issue.rs | +1 −6 |
|
||
|
|
src/commands/ssh_key.rs | +2 −1 |
|
||