-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathzh-CN.json
136 lines (136 loc) · 2.53 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
127
128
129
130
131
132
133
134
135
136
{
"root": [
{
"name": "ls",
"tip": [
"列出所有注册表"
]
},
{
"name": "current",
"tip": [
"显示当前注册表名称或 URL"
],
"options": [
{
"name": "-u",
"tip": [
"显示注册表 URL 而不是名称"
]
}
]
},
{
"name": "use",
"tip": [
"U: use <name>\n",
"更改当前注册表"
]
},
{
"name": "add",
"tip": [
"U: add <name> <url> [home]\n",
"添加自定义注册表"
]
},
{
"name": "login",
"tip": [
"U: login [options] <name> [base64]\n",
"使用 base64 编码的字符串或用户名和密码设置自定义注册表的授权信息"
]
},
{
"name": "set-hosted-repo",
"tip": [
"U: set-hosted-repo <name> <repo>\n",
"将自定义注册表的托管 npm 存储库设置为要发布包的存储库"
]
},
{
"name": "set-scope",
"tip": [
"U: set-scope <scopeName> <url>\n",
"将作用域与注册表相关联"
]
},
{
"name": "del-scope",
"tip": [
"U: del-scope <scopeName>\n",
"删除作用域与注册表的关联"
]
},
{
"name": "set",
"tip": [
"U: set [options] <name>\n",
"设置自定义注册表属性"
]
},
{
"name": "rename",
"tip": [
"U: rename <name> <newName>\n",
"更改自定义注册表名称"
]
},
{
"name": "del",
"tip": [
"U: del <name>\n",
"删除自定义注册表"
]
},
{
"name": "home",
"tip": [
"U: home <name> [browser]\n",
"使用可选浏览器打开注册表的主页"
]
},
{
"name": "test",
"tip": [
"U: test [registry]\n",
"显示特定或所有注册表的响应时间"
]
},
{
"name": "help",
"tip": [
"U: help [command]\n",
"显示命令的帮助"
]
}
],
"options": [
{
"name": "-V",
"tip": [
"显示 nrm 的版本"
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/Pana/nrm",
"description": [
"nrm - npm 镜像源管理。"
]
}
}
}