@filebox/cli 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +8 -0
  2. package/dist/index.js +3085 -5378
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -15,6 +15,12 @@ filebox --help
15
15
  filebox init
16
16
  filebox config --add
17
17
  filebox list
18
+ filebox market search video
19
+ filebox market view netflix-player
20
+ filebox market install netflix-player
21
+ filebox market install ./my-plugin.fbpkg
22
+ filebox market install https://example.com/webdav.driver.js
23
+ filebox market uninstall netflix-player
18
24
  ```
19
25
 
20
26
  常用命令:
@@ -26,8 +32,10 @@ filebox list
26
32
  - `upload` / `download`:上传和下载。
27
33
  - `copy` / `move` / `rename` / `remove` / `mkdir`:文件操作。
28
34
  - `webdav` / `ftp` / `http`:启动本地服务。
35
+ - `market`:查询、安装、卸载和更新插件或驱动,支持包 ID、本地文件和 URL。
29
36
 
30
37
  默认读取当前目录下的 `data/filebox.json`。
38
+ 插件市场地址可写入 `filebox.json` 的 `marketplace.registry`,也可以用 `--registry` 临时指定。
31
39
 
32
40
  ## License
33
41