Red Hat Product Security CLI


License
Other
Install
pip install griffon==0.6.0

Documentation

Ǥriffon

Red Hat Product Security CLI providing:

  • Set of service operations answering 'canned' product security related queries and automating away some manual 'drudgery'
  • Dynamic, extensible set of custom plugin operations for interacting with external services
  • Set of entity operations on flaws, affects, components, products, etc... for searching, listing and retrieving entities.

The CLI provides a 'facade' over coarse grained security related data services allowing for easier aggregation and narrowing of security information.

> griffon                                   
Usage: griffon [OPTIONS] COMMAND [ARGS]...

  Red Hat Product Security CLI

Options:
  -V, --version                   Display griffon version.
  -d, --debug                     Debug log level.
  -f, --format [json|text|table]  Result format (default is text format).
  -v                              Verbose output, more detailed search
                                  results, can be used multiple times (e.g.
                                  -vvv).
  --no-progress-bar               Disable progress bar.
  --no-color                      Disable output of color ansi esc sequences.
  --profile [default|cloud|openshift|middleware|latest]
                                  Activate profile, defined in .griffonrc.
  --editor / --no-editor          Allow text editor prompt.
  --help                          Show this message and exit.

Commands:
  configure  Configure griffon.
  docs       Links to useful docs.
  entities   Entity operations.
  plugins    3rd party plugins.
  service    Service operations.

To install:

pip install griffon

To learn more:

User guide (quickstart)

Tutorial

Developer guide