Doc: Add "Clean up cached remote files" section

This commit is contained in:
syuilo 2018-07-15 14:29:30 +09:00
parent 59a20bf9fb
commit 3e868a0dbb
2 changed files with 10 additions and 0 deletions

View file

@ -22,3 +22,8 @@ node cli/suspend @syuilo
# Use username (remote)
node cli/suspend @syuilo@misskey.xyz
```
## Clean up cached remote files
``` shell
node cli/clean-cached-remote-files
```

View file

@ -22,3 +22,8 @@ node cli/suspend @syuilo
# ユーザー名 (リモート)
node cli/suspend @syuilo@misskey.xyz
```
## キャッシュされたリモートファイルをクリーンアップする
``` shell
node cli/clean-cached-remote-files
```