@opentapd/tplugin-cli 0.19.0 → 0.20.0-beta.10
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/config.json +1 -1
- package/package.json +1 -1
- package/Readme.ex.md +0 -13
- package/Readme.oa.md +0 -23
- /package/{Readme.cloud.md → Readme.md} +0 -0
package/config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"tapd": {
|
|
3
3
|
"openHost": "https://open.tapd.cn",
|
|
4
4
|
"tapdHost": "https://tapd.cn",
|
|
5
|
-
"websocketHost": "
|
|
5
|
+
"websocketHost": "ws://proxifer.tapd.cn/proxy",
|
|
6
6
|
"apiHost": "https://api.tapd.cn",
|
|
7
7
|
"upgradeWebsocketHost": "wss://upgrader.tapd.cn",
|
|
8
8
|
"pluginEnv": "cloud"
|
package/package.json
CHANGED
package/Readme.ex.md
DELETED
package/Readme.oa.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# TAPD 托管命令行
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## IDC 网络的使用
|
|
5
|
-
|
|
6
|
-
### 怎看自己是不是IDC网络
|
|
7
|
-
|
|
8
|
-
查看这个[链接](https://iwiki.woa.com/tencent/static/iwiki-editor-pro/dist/preview.html?space=&page=1227785302&id=131410&name=6997554869969258912(1).MP4&size=1160018&language=zh)
|
|
9
|
-
|
|
10
|
-
### 如果是 IDC 网路怎么办
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
export TPLUGIN_ENV='idc'
|
|
14
|
-
|
|
15
|
-
tplugin-cli logout
|
|
16
|
-
|
|
17
|
-
tplugin-cli login
|
|
18
|
-
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
[快速入门](https://o.tapd.woa.com/document/plugin-doc/introduction/getting-started.html)
|
|
22
|
-
|
|
23
|
-
### 欢迎反馈
|
|
File without changes
|