hackmdio / hackmdio/hackmd-cli
Feature Request: Change the permission of a note
未关闭
enhancement
- 主要语言
- TypeScript
- 星标
- 176
- 派生
- 13
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 5
描述
There is no easy way to change note's permission in mass. While I can mass import Markdown note with this CLI, I cannot seem to control the permission of those notes with CLI. And it is a painstakingly long process to do it one-by-one on the web GUI.
It would be great if there is a command like this:
```
hackmd-cli chmod [NOTEID] [[-r|--readable] [owner|login|everyone]] [[-w|--writable] [owner|login|everyone]]
```
Example,
```
$ hackmd-cli chmod some-note-id -r everyone -w login
Permission of your note https://hackmd.io/some-note-id has changed.
Readable: everyone
Writable: login
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。