Command line tool
python -m cattle_grid
Usage:
Options:
python -m cattle_grid account
Used to manage accounts associated with cattle_grid
Usage:
Options:
python -m cattle_grid account list
Lists existing accounts
Usage:
Options:
python -m cattle_grid account new
Creates a new account
Usage:
Options:
python -m cattle_grid async-api
Usage:
Options:
--filename TEXT
--component TEXT Restrict to a component. Currently allowed ap
--help Show this message and exit.
python -m cattle_grid block
Allows management of the level 0 blocklist of cattle_grid. These are the instances that you consider so bad you want them blocked on the lowest level possible.
Usage:
Options:
python -m cattle_grid block add
Adds domain to the current list of domain blocks
Usage:
Options:
python -m cattle_grid block compare
Compares the current block list with the one provided by source
Usage:
Options:
python -m cattle_grid block empty
Sets the blocklist to the empty set
Usage:
Options:
python -m cattle_grid block import
Imports the blocklist from source. By default the blocklist is merged with current one. By specifying the allow flag, one can overwrite the current blocklist.
Usage:
Options:
--source TEXT URL or file to import blocklist from
--overwrite Use to overwrite the existing blocklist instead of just
adding to it
--help Show this message and exit.
python -m cattle_grid block list
Prints the current blockllist in alphabetical order
Usage:
Options:
python -m cattle_grid block remove
Removes domain from the current list of domain blocks
Usage:
Options:
python -m cattle_grid create-db-migration
Creates a database migration; run after editing models
Usage:
Options:
python -m cattle_grid extensions
Usage:
Options:
python -m cattle_grid extensions async-api
Usage:
Options:
python -m cattle_grid keys
Allows the management of public keys
Usage:
Options:
python -m cattle_grid keys clear
Usage:
Options:
python -m cattle_grid new-config
Creates a new configuration file
Usage:
Options:
python -m cattle_grid openapi
Usage:
Options:
--filename TEXT
--component TEXT Restrict to a component. Currently allowed auth or ap
--help Show this message and exit.
python -m cattle_grid stat
Displays statistical information about cattle_grid
Usage:
Options:
python -m cattle_grid upgrade-db
Usage:
Options: