File: orcus-json-help.txt

package info (click to toggle)
liborcus 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,896 kB
  • sloc: xml: 78,842; cpp: 75,565; sh: 4,626; makefile: 2,840; python: 2,614
file content (27 lines) | stat: -rw-r--r-- 1,411 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Usage: orcus-json [options] FILE

The FILE must specify the path to an existing file.

Options:
  -h [ --help ]              Print this help.
  --mode arg                 Mode of operation. Select one of the following 
                             options: convert, lint, map, map-gen, structure, 
                             or subtree.
  --resolve-refs             Resolve JSON references to external files.
  -o [ --output ] arg        Output file path.
  -f [ --output-format ] arg Specify the format of output file.  Supported 
                             format types are:
                             
                               * XML (xml)
                               * JSON (json)
                               * YAML (yaml)
                               * flat tree dump (check)
                               * no output (none)
  -m [ --map ] arg           Path to a map file.  This parameter is only used 
                             in map mode, and it is required in that mode.
  -i [ --indent ] arg        Number of whitespace characters to use for one 
                             indent level.  This is applicable when the command
                             generates output in JSON format.
  -p [ --path ] arg          JSONPath expression specifying the root of a 
                             subtree to extract.  It is only used in subtree 
                             mode.