mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 03:17:38 -07:00
Doc: Add "Clean up cached remote files" section
This commit is contained in:
parent
59a20bf9fb
commit
3e868a0dbb
2 changed files with 10 additions and 0 deletions
|
@ -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 a new issue