Doc: Add "Clean up cached remote files" section
This commit is contained in:
parent
62858caaa4
commit
05d5e70c58
|
@ -22,3 +22,8 @@ node cli/suspend @syuilo
|
||||||
# Use username (remote)
|
# Use username (remote)
|
||||||
node cli/suspend @syuilo@misskey.xyz
|
node cli/suspend @syuilo@misskey.xyz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Clean up cached remote files
|
||||||
|
``` shell
|
||||||
|
node cli/clean-cached-remote-files
|
||||||
|
```
|
||||||
|
|
|
@ -22,3 +22,8 @@ node cli/suspend @syuilo
|
||||||
# ユーザー名 (リモート)
|
# ユーザー名 (リモート)
|
||||||
node cli/suspend @syuilo@misskey.xyz
|
node cli/suspend @syuilo@misskey.xyz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## キャッシュされたリモートファイルをクリーンアップする
|
||||||
|
``` shell
|
||||||
|
node cli/clean-cached-remote-files
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue