aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2013-07-11 10:09:37 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2013-07-11 10:09:37 -0400
commit82aa50dc09487652d49fcd0c16916cc36eaae0e4 (patch)
treef96ba3b0f9839e38799b2f5abb4c5662824fad61 /docs/source
parentd8384b2a19ea7e05606f67e4c77f8b706aed4331 (diff)
downloadipsutils-82aa50dc09487652d49fcd0c16916cc36eaae0e4.tar.gz
Initial commit
Diffstat (limited to 'docs/source')
-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*