Skip to content

Instantly share code, notes, and snippets.

@parthaa
Created February 3, 2014 18:36
Show Gist options
  • Save parthaa/8789607 to your computer and use it in GitHub Desktop.
Save parthaa/8789607 to your computer and use it in GitHub Desktop.
[paji@kafka hammer-cli-katello{master}]$ hammer gpg --help
Usage:
hammer gpg [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
list List GPG Keys
info Show a GPG key
create Create a GPG Key
update Update a GPG Key
delete Destroy a GPG Key
Options:
-h, --help print help
[paji@kafka hammer-cli-katello{master}]$ hammer gpg create --help
Usage:
hammer gpg create [OPTIONS]
Options:
--organization-id ORGANIZATION_ID organization identifier
--name NAME identifier of the GPG Key
--key GPG_KEY_FILE GPG Key file
-h, --help print help
[paji@kafka hammer-cli-katello{master}]$
[paji@kafka hammer-cli-katello{master}]$ hammer gpg list --help
Usage:
hammer gpg list [OPTIONS]
Options:
--organization-id ORGANIZATION_ID organization identifier
--search SEARCH Search string
--page PAGE Page number, starting at 1
--per-page PER_PAGE Number of results per page to return
--order ORDER Sort field and order, eg. ‘name DESC’
--full-results FULL_RESULTS Whether or not to show all results
--by BY Field to sort the results on
--order ORDER How to order the sorted results (e.g. ASC for ascending)
-h, --help print help
[paji@kafka hammer-cli-katello{master}]$ hammer gpg info --help
Usage:
hammer gpg info [OPTIONS]
Options:
--id ID resource id
--name NAME resource name
-h, --help print help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment