-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathCommandDocumentation.resx
More file actions
388 lines (377 loc) · 19.5 KB
/
CommandDocumentation.resx
File metadata and controls
388 lines (377 loc) · 19.5 KB
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="add-remote" xml:space="preserve">
<value>Adds a remote repository.</value>
</data>
<data name="add-remote-href" xml:space="preserve">
<value>Specifies the URI used to access this remote.
- file://[servername]/path/ for local or UNC paths
- http://[servername] for OpenWrap repositories
- nupack://[servername]/path for NuPack repositories
Note that the NuPack support is only provided for backward compatibility with legacy package management systems, and will only import assemblies.</value>
</data>
<data name="add-remote-name" xml:space="preserve">
<value>Specifies the name used to identify this remote repository.</value>
</data>
<data name="add-wrap" xml:space="preserve">
<value>Adds a package to the current solution</value>
</data>
<data name="add-wrap-anchored" xml:space="preserve">
<value>Marks the dependency as 'anchored', providing the content of the dependency in a folder accessible without versioning information.</value>
</data>
<data name="add-wrap-content" xml:space="preserve">
<value>Marks the dependency as being content-only, importing the content of the package but ignoring assembly references.</value>
</data>
<data name="add-wrap-from" xml:space="preserve">
<value>Specifies where to install a package from. Can be a directory containing packages, a package file, a remote repository URI or name.</value>
</data>
<data name="add-wrap-maxversion" xml:space="preserve">
<value>Specifies the maximum (exclusive upper bound) version of the package to import. </value>
</data>
<data name="add-wrap-minversion" xml:space="preserve">
<value>Specifies the minimum version of the package to import.</value>
</data>
<data name="add-wrap-name" xml:space="preserve">
<value>Specifies the name of the package to add.</value>
</data>
<data name="add-wrap-nodescriptorupdate" xml:space="preserve">
<value>Prevents the descriptor file from being updated with a 'depends:' clause.</value>
</data>
<data name="add-wrap-nohooks" xml:space="preserve">
<value>Prevents post-install hooks from running</value>
</data>
<data name="add-wrap-project" xml:space="preserve">
<value>Specifies that the dependency will only be added to the current project.</value>
</data>
<data name="add-wrap-scope" xml:space="preserve">
<value>Spcifies which scope the package is to be added to.</value>
</data>
<data name="add-wrap-system" xml:space="preserve">
<value>Specifies that the dependency will only be installed in the system repository.</value>
</data>
<data name="add-wrap-version" xml:space="preserve">
<value>Specifies the exact version of the package to import.</value>
</data>
<data name="build-wrap" xml:space="preserve">
<value>Builds the current package, using the build provider specified in the descriptor, or the default convention-based msbuild builder.</value>
</data>
<data name="build-wrap-flavour" xml:space="preserve">
<value>Defines the flavour to build the project for, which defines what will be included in the package. Can be a combination of "src", "bin", "codedoc" and "pdb". Multiple values separated by a coma will trigger multiple builds.</value>
</data>
<data name="build-wrap-from" xml:space="preserve">
<value>Specifies the location of the project to build.</value>
</data>
<data name="build-wrap-name" xml:space="preserve">
<value>Sets the name of the package to create. If not present, the name specified in the descriptor is used.</value>
</data>
<data name="build-wrap-path" xml:space="preserve">
<value>Sets the location in which to build the package. Defaults to the current directory.</value>
</data>
<data name="build-wrap-quiet" xml:space="preserve">
<value>Specifies that the builder output should not be displayed.</value>
</data>
<data name="clean-wrap" xml:space="preserve">
<value>Removes packages no longer in use in the local repositories.</value>
</data>
<data name="clean-wrap-name" xml:space="preserve">
<value>Specifies the name of the package for which to remove unused versions. If omitted, the clean will affect all packages.</value>
</data>
<data name="clean-wrap-project" xml:space="preserve">
<value>Limits the cleaning to the project repository.</value>
</data>
<data name="clean-wrap-system" xml:space="preserve">
<value>Limits the cleaning to the system repository.</value>
</data>
<data name="convert-nuget" xml:space="preserve">
<value>Converts a NuPack legacy package into an OpenWrap package.</value>
</data>
<data name="convert-nuget-destination" xml:space="preserve">
<value>Specifies the file or directory in which to produce the OpenWrap package.</value>
</data>
<data name="convert-nuget-path" xml:space="preserve">
<value>Specifies the path to the NuPack package to convert.</value>
</data>
<data name="get-help" xml:space="preserve">
<value>Provides documentation for the commands available in the current OpenWrap session.</value>
</data>
<data name="get-help-commandname" xml:space="preserve">
<value>Limits the help to commands matching this value. If multiple commands match, a list is displayed. If only one match is found, the full documentation for that command will be displayed.</value>
</data>
<data name="init-wrap" xml:space="preserve">
<value>Initializes a project and its associated Visual Studio projects for use by OpenWrap.</value>
</data>
<data name="init-wrap-all" xml:space="preserve">
<value>Specifies that all msbuild project files found under the current repository will be patched to use OpenWrap's assembly resolution.</value>
</data>
<data name="init-wrap-bazaar" xml:space="preserve">
<value>Adds .bzrignore files to the project.</value>
</data>
<data name="init-wrap-git" xml:space="preserve">
<value>Adds .gitignore files to the project.</value>
</data>
<data name="init-wrap-hg" xml:space="preserve">
<value>Adds .hgignore files to the project.</value>
</data>
<data name="init-wrap-ignorefilename" xml:space="preserve">
<value>Specifies the name of the file containing ignore instructions for your source control system.</value>
</data>
<data name="init-wrap-meta" xml:space="preserve">
<value>Specifies that the target is a meta-package, aka a combination of other packages without build provider or project repository.</value>
</data>
<data name="init-wrap-projects" xml:space="preserve">
<value>Specifies a semi-column-separated paths to msbuild files to update to use OpenWrap for assembly resolution.</value>
</data>
<data name="init-wrap-svn" xml:space="preserve">
<value>Configures the repository for use by svn (adds .svnignore files and deactivates symlinks usage).</value>
</data>
<data name="init-wrap-symlinks" xml:space="preserve">
<value>Specifies if anchoring of packages is to use symlinks (junctions on NTFS) or file copies. Default is false as junctions are not supported by most source-control systems.</value>
</data>
<data name="init-wrap-target" xml:space="preserve">
<value>Specifies the target for which to initialize OpenWrap. Defaults to '.' for the current directory.</value>
</data>
<data name="list-remote" xml:space="preserve">
<value>Lists the configured remote repositories.</value>
</data>
<data name="list-wrap" xml:space="preserve">
<value>Lists or queries all packages in a repository.</value>
</data>
<data name="list-wrap-detailed" xml:space="preserve">
<value>Displays package description if present.</value>
</data>
<data name="list-wrap-query" xml:space="preserve">
<value>Specifies the wildcard to be used when listing packages in a repository.</value>
</data>
<data name="list-wrap-remote" xml:space="preserve">
<value>Runs the query on the provided remote repository.</value>
</data>
<data name="list-wrap-system" xml:space="preserve">
<value>Runs the query on the system repository.</value>
</data>
<data name="nuke-wrap" xml:space="preserve">
<value>Disables a specific version of a package from a repository, for when a package has been published but doesn't work.</value>
</data>
<data name="nuke-wrap-name" xml:space="preserve">
<value>Specifies the name of the package to nuke.</value>
</data>
<data name="nuke-wrap-remote" xml:space="preserve">
<value>Specifies the remote repository from which to nuke the package.</value>
</data>
<data name="nuke-wrap-version" xml:space="preserve">
<value>Specifies the exact version of the package to nuke.</value>
</data>
<data name="publish-wrap" xml:space="preserve">
<value>Publishes a package to a remote repository.</value>
</data>
<data name="publish-wrap-name" xml:space="preserve">
<value>Specifies the name of the package to publish. If provided, any package file found in the current repository matching the provided name will be published.</value>
</data>
<data name="publish-wrap-path" xml:space="preserve">
<value>Specifies the package's file path to publish.</value>
</data>
<data name="publish-wrap-pwd" xml:space="preserve">
<value>Password for authentication against a remote repository.</value>
</data>
<data name="publish-wrap-remote" xml:space="preserve">
<value>Specifies the name of the remote repository to which the package is to be published.</value>
</data>
<data name="publish-wrap-user" xml:space="preserve">
<value>User for authentication against a remote repository. Also set password when using. The value may contain domain information.</value>
</data>
<data name="remove-remote" xml:space="preserve">
<value>Removes a remote repository.</value>
</data>
<data name="remove-remote-name" xml:space="preserve">
<value>The name of the remote repository to remove. Use 'list-remote' to find out the name.</value>
</data>
<data name="remove-wrap" xml:space="preserve">
<value>Removes a package from local repositories.</value>
</data>
<data name="remove-wrap-clean" xml:space="preserve">
<value>Specifies the repository should remove packages not in use once the package has been removed.</value>
</data>
<data name="remove-wrap-last" xml:space="preserve">
<value>Specifies that the last version of the package is to be removed.</value>
</data>
<data name="remove-wrap-name" xml:space="preserve">
<value>Specifies the name of the package to remove from the local repository.</value>
</data>
<data name="remove-wrap-project" xml:space="preserve">
<value>Specifies that the package is to be removed from the project repository. This is the default.</value>
</data>
<data name="remove-wrap-scope" xml:space="preserve">
<value>Specifies which scope the package definition is to be removed from.</value>
</data>
<data name="remove-wrap-system" xml:space="preserve">
<value>Specifies that the package is to be removed from the system repository. If specified, the project repository will not be affected.</value>
</data>
<data name="remove-wrap-version" xml:space="preserve">
<value>Specifies the exact version of the package to remove.</value>
</data>
<data name="set-remote" xml:space="preserve">
<value>Updates a remote repository's metadata.</value>
</data>
<data name="set-remote-href" xml:space="preserve">
<value>Specify a new href for an existing repository.</value>
</data>
<data name="set-remote-name" xml:space="preserve">
<value>Specifies the name of the remote repository to update.</value>
</data>
<data name="set-remote-newname" xml:space="preserve">
<value>Specify a new name for the repository you are changing</value>
</data>
<data name="set-remote-position" xml:space="preserve">
<value>Updates the integer position used to order remote repositories.</value>
</data>
<data name="set-remote-priority" xml:space="preserve">
<value>Sets the priority used for the remote.</value>
</data>
<data name="set-wrap" xml:space="preserve">
<value>Updates a wrap dependency in the project repository.</value>
</data>
<data name="set-wrap-anchored" xml:space="preserve">
<value>Either true or false, sets the anchored flag.</value>
</data>
<data name="set-wrap-anyversion" xml:space="preserve">
<value>Removes any existing version constraints.</value>
</data>
<data name="set-wrap-content" xml:space="preserve">
<value>Either true or false, sets the content flag.</value>
</data>
<data name="set-wrap-maxversion" xml:space="preserve">
<value>The exclusive, upper-bound of the dependency version</value>
</data>
<data name="set-wrap-minversion" xml:space="preserve">
<value>The inclusive, lower-bound of the dependency version</value>
</data>
<data name="set-wrap-name" xml:space="preserve">
<value>The name of the package dependency to update</value>
</data>
<data name="set-wrap-version" xml:space="preserve">
<value>The exact version of the dependency</value>
</data>
<data name="test-wrap" xml:space="preserve">
<value>Runs all unit tests defined in a package.</value>
</data>
<data name="test-wrap-name" xml:space="preserve">
<value>The name of the package to test.</value>
</data>
<data name="update-wrap" xml:space="preserve">
<value>Updates packages to their latest versions in local repositories.</value>
</data>
<data name="update-wrap-name" xml:space="preserve">
<value>Specifies a single package to update. By default, all packages are updated.</value>
</data>
<data name="update-wrap-project" xml:space="preserve">
<value>Limits the update to the project repository.</value>
</data>
<data name="update-wrap-system" xml:space="preserve">
<value>Limits the update to the system repository.</value>
</data>
</root>