Files: b3923852a5471785a61c33094414b62fa845b7b5 / lib / cli-cmd-aliases.js
231 bytesRaw
1 | module.exports = { |
2 | feed: 'createFeedStream', |
3 | history: 'createHistoryStream', |
4 | hist: 'createHistoryStream', |
5 | public: 'getPublicKey', |
6 | pub: 'getPublicKey', |
7 | log: 'createLogStream', |
8 | logt: 'messagesByType', |
9 | conf: 'config' |
10 | } |
Built with git-ssb-web