Command
This command is meant to enable one to perform quick management
actions on the bovine_store. When using bovine for more
advanced tasks, it is recommended to write one’s own management
interface based on BovineAdminStore
.
python -m bovine_store
Usage:
Options:
--db_url TEXT Database url [env var: BOVINE_DB_URL; default:
sqlite://bovine.sqlite3]
--help Show this message and exit.
actor
lists bovine names in database or shows an actor profile
Usage:
Options:
--name BOVINE_NAME Instead of showing a list, shows a specific actor
profile
--profile filename.json Reads the given file and adds it to the actor's
profile; requires providing a bovine_name
--help Show this message and exit.
cleanup
Removes old stored remote objects
Usage:
Options:
--batch_size INTEGER [default: 1000]
--days INTEGER Age of post in days to clean [default: 3]
--help Show this message and exit.
create
Creates the database tables
Usage:
Options:
key
Allows management of cryptographic identifiers
Usage:
Options:
--list list identifiers
--new Generate a new key
--add DID_KEY Add given key
--help Show this message and exit.
register
registers a new user
Usage:
Options: