blockerbugs command [options]
init_db, add_milestone, add_release, generate_config, sync-updates, sync-bugs, sync, upgrade_db
The blockerbugs CLI is an interface for configuring and controlling the blocker tracking app.
Initialize the database using the global configuration
Adds a milestone to the tracker. Required options: -r -m -b -a
Adds a Fedora release to the tracker. Required options: -r
Generates a template config file with a SECRET_KEY. Optional options: -d, -z
Uses the applications config settings and stored information about milestones and releases to sync information about blocker/FE bugs for currently active milestones and bodhi updates which are marked as fixing those bugs
Runs sync but does not sync bug information from bugzilla, only updates from bodhi.
Runs sync but does not sync with bodhi, only pulls information from bugzilla
Upgrades the currently configured database to the alembic head - requires a database user with privelages to change the schema.
Minifies (merges and compresses) JavaScript and CSS files. Needs to be run after each change in JavaScript and/or CSS file.
Forces a full sync of bugs and updates instead of just the bugs which have changed since last sync. Default: False
Force check for missing bugs after sync operation
URI of database to use during config file generation
The release number to use for milestone and release creation.
The milestone name to use for milestone creation
The blocker tracking bugid for a milestone
The FE tracking bugid for a milestone
Location of bugzilla cookie to use. This should not be used outside of development environments as it causes problems when used with a non-regular user account.