-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- missing feature file
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Features | ||
======== | ||
|
||
In this section you can see all the available features in `crhc-cli``` | ||
|
||
* Export of Inventory data, in ``JSON`` and ``CSV`` format. | ||
* Export of Subscription data, in ``JSON`` and ``CSV`` format. | ||
* Creation of a Single Dataset including ``Inventory`` and ``Subscription`` data in ``CSV`` format. | ||
* Export of Advisor data, in ``JSON`` and ``CSV`` format. | ||
* Export of Vulnerability data, in ``JSON`` and ``CSV`` format. | ||
* Export of Patch data, in ``JSON`` and ``CSV`` format. | ||
* Subscription Socket summary (spliting hypervisors from VM's). | ||
* Complete list of API endpoints. | ||
* Easy way to consume the API endpoints listed above. | ||
* Access Token generation to be used with 3rd party software, for example ``curl``. ``$(./crhc token)`` | ||
* Export the whole information easily ``./crhc ts dump`` to help the ``Red Hat Support team`` during the troubleshooting process. | ||
|
||
Are you looking for something new that is not listed above? Click `here`_ and let us know. | ||
|
||
.. _here: https://github.com/C-RH-C/crhc-cli/issues/new |