-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
126 lines (126 loc) · 2.08 KB
/
zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"root": [
{
"name": "api",
"tip": [
"使用 ngrok 代理作为 API 客户端"
]
},
{
"name": "completion",
"tip": [
"生成 bash 或 zsh 的 shell 补全代码"
]
},
{
"name": "config",
"tip": [
"更新或迁移 ngrok 的配置文件"
]
},
{
"name": "credits",
"tip": [
"打印作者和许可信息"
]
},
{
"name": "diagnose",
"tip": [
"诊断连接问题"
]
},
{
"name": "help",
"tip": [
"有关任何命令的帮助"
]
},
{
"name": "http",
"tip": [
"启动 HTTP 隧道"
]
},
{
"name": "service",
"tip": [
"在目标操作系统上运行和控制 ngrok 服务"
]
},
{
"name": "start",
"tip": [
"从配置文件中按名称启动隧道"
]
},
{
"name": "tcp",
"tip": [
"启动 TCP 隧道"
]
},
{
"name": "tls",
"tip": [
"启动 TLS 隧道"
]
},
{
"name": "tunnel",
"tip": [
"启动用于隧道组后端的隧道"
]
},
{
"name": "update",
"tip": [
"将 ngrok 更新到最新版本"
]
},
{
"name": "version",
"tip": [
"打印版本信息"
]
}
],
"options": [
{
"name": "--version",
"alias": [
"-v"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--config",
"tip": [
"指定配置文件的路径\n",
"如果有多个会被合并"
]
},
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://ngrok.com/",
"description": [
"ngrok - 面向开发人员的统一入口平台。\n",
"将 localhost 连接到 Internet 以测试应用程序和 API。"
]
}
}
}