Difference between revisions of "Autobuild manifest"

From Second Life Wiki
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…")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<!-- =======================================================================
{{Autobuild Cmd
This wiki page was generated by the converting the --help output from this
|command=  
command using the pyhelp2wiki command.
autobuild manifest <br>   ''option'' [''value''] [''option'' [''value'']] ... <br>   [''command''] [''pattern'' [''pattern'' ...]]
 
|comments=
Rather than changing this page directly, or at least after having done so,
Specifies manifest of artifacts to be packaged by the <code>autobuild package</code> command.
consider making the change to the command help itself (or suggest doing so
to the author).
======================================================================== -->
Usage:
      <nowiki>autobuild manifest [-h] [--config-file CONFIG_FILE]</nowiki>
                          <nowiki>[--platform PLATFORM] [-n] [-q] [-v] [-d]</nowiki>
                          <nowiki>[command] [pattern [pattern ...]]</nowiki>
 


Arguments:
Arguments:


:;<nowiki>command</nowiki>
*''command'': manifest command: add, remove, clear, or print
::<nowiki>manifest command: add, remove, clear, or print</nowiki>
*''pattern'': a file pattern  
:;<nowiki>pattern</nowiki>
}}
::<nowiki>a file pattern </nowiki>
 
Options:
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
 
|- style="vertical-align: top;"
|<nowiki>-h, --help</nowiki>
|<nowiki>show this help message and exit</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>
| <nowiki>(defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--platform&nbsp;PLATFORM, -p&nbsp;PLATFORM</nowiki>
| <nowiki>the platform manifest to manipulate</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-n, --dry-run</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>


|- style="vertical-align: top;"
'''Command-Specific Options'''
|<nowiki>-q, --quiet</nowiki>
{| class=lltable border=1
|<nowiki>minimal output</nowiki>
|--
!width=180| Option
!width=70| Shortcut
!Value
!Description


|- style="vertical-align: top;"
|-  
|<nowiki>-v, --verbose</nowiki>
| --config-file ''config-file''
|<nowiki>verbose output</nowiki>
|N/A
| Path to configuration file (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")
| Use the specified configuration file.


|- style="vertical-align: top;"
|-  
|<nowiki>-d, --debug</nowiki>
| --platform ''platform''
| -p ''platform''
| Platform name
| Platform manifest to manipulate


|}
|}


[[Category:Autobuild]]
[[Category:Autobuild]]

Latest revision as of 18:08, 9 March 2011

autobuild manifest
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