summaryrefslogtreecommitdiff
path: root/website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn
blob: 5a4b946407a06a312ff0717c671c6bb99966686f (plain)

[[meta title="Reorganize monkeysphere-server shortcuts"]]

Currently, monkeysphere-server supports three subcommands to adjust the "identity certifiers":

  • add-identity-certifier (a)
  • remove-identity-certifier (r)
  • list-identity-certifier (l)

Since we also want to be able to add/remove multiple hostnames, i think we should change the shortcuts from a, r, and l to c+, c-, and c.

This would let us create new subcommands like:

  • add-host-name (n+)
  • revoke-host-name (n-)
  • list-host-names (n)