From: Daniel Kahn Gillmor Date: Wed, 13 Aug 2008 20:20:32 +0000 (-0400) Subject: suggesting reorganization of monkeysphere-server shortcuts. X-Git-Tag: monkeysphere_0.8-1~31^2~2 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=dfb394d65acbb060bc6350b7829024fd641aa73d;p=monkeysphere.git suggesting reorganization of monkeysphere-server shortcuts. --- diff --git a/website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn b/website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn new file mode 100644 index 0000000..5a4b946 --- /dev/null +++ b/website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn @@ -0,0 +1,19 @@ +[[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](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`) +