Autobuild manifest: Difference between revisions
Jump to navigation
Jump to search
Created page with "<!-- ======================================================================= This wiki page was generated by the converting the --help output from this command using the pyhelp2w…" |
Rand Linden (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Autobuild Cmd | |||
|command= | |||
autobuild manifest <br> ''option'' [''value''] [''option'' [''value'']] ... <br> [''command''] [''pattern'' [''pattern'' ...]] | |||
|comments= | |||
Specifies manifest of artifacts to be packaged by the <code>autobuild package</code> command. | |||
Arguments: | Arguments: | ||
*''command'': manifest command: add, remove, clear, or print | |||
: | *''pattern'': a file pattern | ||
}} | |||
| | '''Command-Specific Options''' | ||
| | {| class=lltable border=1 | ||
| | |-- | ||
!width=180| Option | |||
!width=70| Shortcut | |||
!Value | |||
!Description | |||
|- | |- | ||
| | | --config-file config_file | ||
| | |N/A | ||
| Path to configuration file (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml") | |||
| Use the specified configuration file. | |||
|- | |- | ||
| | | --platform ''platform'' | ||
| -p ''platform'' | |||
| Platform name | |||
| Platform manifest to manipulate | |||
|} | |} | ||
[[Category:Autobuild]] | [[Category:Autobuild]] | ||
Revision as of 17:37, 9 March 2011
autobuild manifest
option [value] [option [value]] ...
[command] [pattern [pattern ...]]
option [value] [option [value]] ...
[command] [pattern [pattern ...]]
Specifies manifest of artifacts to be packaged by the autobuild package command.
Arguments:
- command: manifest command: add, remove, clear, or print
- pattern: a file pattern
Standard Options
| Option | Shortcut | Value | Description |
|---|---|---|---|
| --debug | -d | None | Display debug output |
| --dry-run | -n | None | Run tool in dry run mode if available |
| --help | -h | None | Show help message |
| --quiet | -q | None | Display minimal output |
| --verbose | -v | None | Display verbose output |
Command-Specific Options
| Option | Shortcut | Value | Description |
|---|---|---|---|
| --config-file config_file | N/A | Path to configuration file (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml") | Use the specified configuration file. |
| --platform platform | -p platform | Platform name | Platform manifest to manipulate |