diff options
Diffstat (limited to 'docs/source/utility_reference.rst')
-rw-r--r-- | docs/source/utility_reference.rst | 58 |
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* |