Merge remote branch 'origin/master'
[monkeysphere.git] / website / bugs / reorganize-monkeysphere-server-shortcuts.mdwn
1 [[!meta title="Reorganize monkeysphere-server shortcuts"]]
2
3 Currently, `monkeysphere-server` supports three subcommands to adjust
4 the "identity certifiers":
5
6 * `add-identity-certifier` (`a`)
7 * `remove-identity-certifier` (`r`)
8 * `list-identity-certifier` (`l`)
9
10 Since [we also want to be able to add/remove multiple
11 hostnames](multiple-hostnames), i think we should change the shortcuts
12 from `a`, `r`, and `l` to `c+`, `c-`, and `c`.
13
14 This would let us create new subcommands like:
15
16 * `add-host-name` (`n+`)
17 * `revoke-host-name` (`n-`)
18 * `list-host-names` (`n`)
19
20 ---
21
22 [[bugs/done]] 2008-08-14 in 0181b6fc50824941e4f7ac3f535a216b8189568e