feat: reorder subscriptions

This commit is contained in:
2026-07-20 09:17:38 +08:00
parent 087869d84f
commit ad49c3d2cb
6 changed files with 339 additions and 13 deletions

View File

@ -52,6 +52,11 @@ ssm subscription activate <name>
# deactivate a subscription
ssm subscription deactivate <name>
# move a subscription before/after another (affects list display order and
# config apply's merge order — e.g. proxy/proxy-group ordering)
ssm subscription move <name> --before <target>
ssm subscription move <name> --after <target>
# list all subscriptions
ssm subscription list