aboutsummaryrefslogtreecommitdiff
path: root/docs/source/utility_reference.rst
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2013-07-15 10:10:13 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2013-07-15 10:10:13 -0400
commit8352aa5090b141b9007e3a00589298b83475581a (patch)
tree36197989de7f3eeab24e8a1218d346025229264e /docs/source/utility_reference.rst
parent8dd1b416a62c78ec3c1bff371486aee59740b45d (diff)
parent72da90730347eaaf81c038144189d7add698bc5b (diff)
downloadipsutils-8352aa5090b141b9007e3a00589298b83475581a.tar.gz
Merge branch 'sphinx'
Diffstat (limited to 'docs/source/utility_reference.rst')
-rw-r--r--docs/source/utility_reference.rst58
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/source/utility_reference.rst b/docs/source/utility_reference.rst
new file mode 100644
index 0000000..f7e6139
--- /dev/null
+++ b/docs/source/utility_reference.rst
@@ -0,0 +1,58 @@
+Utility reference
+=================
+
+ipsbuild
+--------
+
+::
+
+ ipsbuild.py [-h] [--version] [--verbose] [--lint] [spec [spec ...]]
+
+ Build Solaris 11 packages from .ips spec files
+
+ positional arguments:
+ spec An ipsutils spec file
+
+ optional arguments:
+ -h, --help show this help message and exit
+ --version Show version information
+ --verbose Increased verbosity
+ --lint Enables deep packaging checks
+
+
+ipsutils-newspec
+----------------
+
+::
+
+ usage: ipsutils-newspec.py [-h] [spec [spec ...]]
+
+ Generates a fresh .ips spec file
+
+ positional arguments:
+ spec name of package(s)
+
+ optional arguments:
+ -h, --help show this help message and exit
+
+
+ipsutils-sanity
+---------------
+
+::
+
+ usage: ipsutils-sanity.py [-h] pkgpath
+
+ Installation viability checking
+
+ positional arguments:
+ pkgpath Path to package (e.g ~/ipsbuild/PKGS/{PACKAGE})
+
+ optional arguments:
+ -h, --help show this help message and exit
+
+
+ipsbuild-setuptree
+------------------
+
+*No usage information*