blob: 58fc02e8db51658ce55c4767265f8c1e196612b5 [file] [log] [blame]
martin f. krafft8acd49d2013-08-26 21:22:25 +02001===============
2reclass manpage
3===============
4
5Synopsis
6--------
7| |reclass| --help
8| |reclass| *[options]* --inventory
9| |reclass| *[options]* --nodeinfo=NODENAME
10
11Description
12-----------
13.. include:: intro.inc
14
15|reclass| will be used indirectly through adapters most of the time. However,
16there exists a command-line interface that allows querying the database. This
17manual page describes this interface.
18
19Options
20-------
21Please see the output of ``reclass --help`` for the default values of these
22options:
23
24Database options
25''''''''''''''''
26-s, --storage-type The type of storage backend to use
27-b, --inventory-base-uri The base URI to prepend to nodes and classes
28-u, --nodes-uri The URI to the nodes storage
29-c, --classes-uri The URI to the classes storage
30
31Output options
32''''''''''''''
33-o, --output The output format to use (yaml or json)
34-y, --pretty-print Try to make the output prettier
35
36Modes
37'''''
38-i, --inventory Output the entire inventory
39-n, --nodeinfo Output information for a specific node
40
41Information
42'''''''''''
43-h, --help Help output
44--version Display version number
45
46See also
47--------
48Please visit http://madduck.github.io/reclass for more information about
49|reclass|.
50
51The documentation is also available from the ``./doc`` subtree in the source
52checkout, or from ``/usr/share/doc/reclass-doc``.
53
54.. include:: substs.inc
55.. include:: extrefs.inc