mbs-manager - Man Page
manual page for mbs-manager 3.8.0
Synopsis
mbs-manager [Options] COMMAND [ARGS]...
Description
MBS manager
Options
- -e, ā--env-file FILE
Load environment variables from this file. pythondotenv must be installed.
- -A, ā--app IMPORT
The Flask application or factory function to load, in the form 'module:name'. Module can be a dotted import or file path. Name is not required if it is 'app', 'application', 'create_app', or 'make_app', and can be 'name(args)' to pass arguments.
- --debug / --no-debug
Set debug mode.
- --version
Show the Flask version.
- --help
Show this message and exit.
Commands
- build_module_locally
Performs local module build using Mock
- cleardb
Clears the database
- db
Perform database migrations.
- import_module
Imports the module from mmd_file
- retire
Retire module build(s) by placing them into...
- routes
Show the routes for the app.
- run
Runs the Flask app, locally.
- shell
Run a shell in the app context.
- upgradedb
Upgrades the database schema to the latest revision