mbs-manager - Man Page
manual page for mbs-manager 3.4.1
Description
usage: mbs-manager [-d] [-v] [-q] [-?]
{db,upgradedb,cleardb,import_module,build_module_locally,retire,run,shell,runserver} ...
positional arguments
{db,upgradedb,cleardb,import_module,build_module_locally,retire,run,shell,runserver}
- db
Perform database migrations
- upgradedb
Upgrades the database schema to the latest revision
- cleardb
Clears the database
- import_module
Imports the module from mmd_file
- build_module_locally
Performs local module build using Mock
- retire
Retire module build(s) by placing them into 'garbage' state.
- run
Runs the Flask app, locally.
- shell
Runs a Python shell inside Flask application context.
- runserver
Runs the Flask development server i.e. app.run()
optional arguments
-d, --debug
-v, --verbose
-q, --quiet
- -?, ā--help
show this help message and exit
Referenced By
mbs-frontend(1), mbs-upgradedb(1).
January 2021 mbs-manager 3.4.1