-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
185 lines (185 loc) · 3.4 KB
/
en-US.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"root": [
{
"name": "list",
"tip": [
"Lists local packages."
]
},
{
"name": "install",
"tip": [
"Installs packages using configured sources."
]
},
{
"name": "upgrade",
"tip": [
"Upgrades packages from various sources."
]
},
{
"name": "uninstall",
"tip": [
"Uninstalls a package."
]
},
{
"name": "search",
"alias": [
"find"
],
"tip": [
"U: search|find\n",
"Searches remote packages."
]
},
{
"name": "info",
"tip": [
"Retrieves package information.\n",
"Shorthand for choco search pkgname --exact --verbose"
]
},
{
"name": "config",
"tip": [
"Retrieve and configure config file settings."
]
},
{
"name": "apikey",
"alias": [
"setapikey"
],
"tip": [
"U: apikey|setapikey\n",
"Retrieves, saves or deletes an API key for a particular source."
]
},
{
"name": "cache",
"tip": [
"Manage the local HTTP caches used to store queries. (v2.1.0+)"
]
},
{
"name": "export",
"tip": [
"Exports list of currently installed packages."
]
},
{
"name": "feature",
"alias": [
"features"
],
"tip": [
"U: feature|features\n",
"View and configure choco features."
]
},
{
"name": "new",
"tip": [
"Creates template files for creating a new Chocolatey package."
]
},
{
"name": "outdated",
"tip": [
"Retrieves information about packages that are outdated.\n",
"Similar to upgrade all --noop"
]
},
{
"name": "pack",
"tip": [
"Packages nuspec, scripts, and other Chocolatey package resources into a nupkg file."
]
},
{
"name": "pin",
"tip": [
"Suppress upgrades for a package."
]
},
{
"name": "push",
"tip": [
"Pushes a compiled nupkg to a source."
]
},
{
"name": "source",
"alias": [
"sources"
],
"tip": [
"U: source|sources\n",
"View and configure default sources."
]
},
{
"name": "template",
"alias": [
"templates"
],
"tip": [
"U: template|templates\n",
"Get information about installed templates."
]
},
{
"name": "unpackself",
"tip": [
"Re-installs Chocolatey base files."
]
},
{
"name": "help",
"tip": [
"Displays top level help information for choco."
]
}
],
"options": [
{
"name": "--help",
"alias": [
"-h",
"-?"
],
"tip": [
"U: --help|-h|-?\n",
"Show help."
],
"next": [
{
"name": "--online",
"tip": [
"Open help for specified command in default browser application."
]
}
]
},
{
"name": "--version",
"alias": [
"-v"
],
"tip": [
"U: --version|-v\n",
"Prints out the Chocolatey version."
]
}
],
"info": {
"completion_info": {
"url": "https://chocolatey.org/",
"description": [
"choco(chocolatey) - Software Manager."
]
}
}
}