@monoedge/jdu-cli 0.6.1 → 0.7.0
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.
- package/README.md +1 -1
- package/dist/build-target.json +5 -0
- package/dist/cli.js +3362 -875
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,6 +28,6 @@ forward-auth 的站点打开浏览器走 OIDC;issuer / client id 来自 `--iss
|
|
|
28
28
|
- 支持:把文档和 widget 推到已部署的简牍 server(anonymous / token / password / forward-auth)
|
|
29
29
|
- 不支持:本包不含 server;不内置任何 IdP;password 模式不能省略 `--token`
|
|
30
30
|
|
|
31
|
-
自建实例的事实在仓库根 [README.md](../README.md)「自建实例」;把 CLI 接到实例的步骤:[
|
|
31
|
+
自建实例的事实在仓库根 [README.md](../README.md)「自建实例」;把 CLI 接到实例的步骤:[connect.md](../skills/jiandu-selfhost/references/connect.md)。
|
|
32
32
|
|
|
33
33
|
配置在 `~/.config/jiandu/`,可被 `JIANDU_SERVER` / `JIANDU_TOKEN` 覆盖。
|