Difference between revisions of "Autobuild print"

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…")
 
m (Add --json argument)
 
(2 intermediate revisions by one other 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 print <br>    ''option'' [''value''] [''option'' [''value'']] ...
|comments=Provides a human-readable view of the package definition in the current package.
}}


Rather than changing this page directly, or at least after having done so,
'''Command-Specific Options'''
consider making the change to the command help itself (or suggest doing so
{| class=lltable border=1
to the author).
|--
======================================================================== -->
!Option
Usage:
!Shortcut
      <nowiki>autobuild print [-h] [--config-file CONFIG_FILE] [-n] [-q] [-v] [-d]</nowiki>
!Value
!Description


|-
| --config-file ''config-file''
|N/A
|Configuration file to use
|Use the specified configuration file


Options:
|-  
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
| --json
<nowiki>optional arguments:</nowiki>
|N/A
 
|N/A
|- style="vertical-align: top;"
|Whether to print output as JSON
|<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>-n, --dry-run</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-q, --quiet</nowiki>
|<nowiki>minimal output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-v, --verbose</nowiki>
|<nowiki>verbose output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-d, --debug</nowiki>


|}
|}


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

Latest revision as of 13:27, 22 September 2022

autobuild print
option [value] [option [value]] ...

Provides a human-readable view of the package definition in the current package.

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 Configuration file to use Use the specified configuration file
--json N/A N/A Whether to print output as JSON