Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brightpuddle/requery
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hemingway committed Dec 11, 2019
2 parents f0c7cd5 + a9fdf91 commit d70536a
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ moquery uses a unique filtering syntax for the `-f` filter option, e.g. `fv.BD.n
reQuery always outputs in JSON; however, the data structure is flattened and is similar to moquery.

### CLI arguments
**Not implemented:**
`-a --attrs type of attributes to display (config, all)`
reQuery always displays all attributes.

`-o --output Display format (block, table, xml, json)`
reQuery only outputs JSON.
#### Not implemented:

`-p --port REST server port`
Just add the port to the hostname/IP, e.g. 10.0.0.1:443
`-a --attrs` - reQuery always displays all attributes. Use external tools like awk and grep to limit results to config only.

**Renamed:**
`--klass is now --class`
Most likely a name clash in Python and is a non-issue for this tool.
`-o --output` - reQuery only outputs JSON.

`-p --port` - Just add the port to the hostname/IP, e.g. `10.0.0.1:443`

**Unique to requery:**
`-m --mode :Force mode`
By default the mode is determined by the extention, i.e. .tar.gz is a backup file. If this doesn't apply, use the mode option.
#### Renamed:
`-c --klass` - This was renamed to `-c --class`.


#### Unique to requery:
`-m --mode` - By default the mode is determined by the extention, i.e. .tar.gz is a backup file. If this doesn't apply, use the mode option to specify `http` or `backup`.

0 comments on commit d70536a

Please sign in to comment.