1MBS-MANAGER(1) User Commands MBS-MANAGER(1)
2
3
4
6 mbs-manager - manual page for mbs-manager 2.30.4
7
9 usage: mbs-manager [-d] [-v] [-q] [-?]
10
11 {db,upgradedb,cleardb,import_module,build_mod‐
12 ule_locally,retire,run,shell,runserver} ...
13
14 positional arguments:
15 {db,upgradedb,cleardb,import_module,build_mod‐
16 ule_locally,retire,run,shell,runserver}
17
18 db Perform database migrations
19
20 upgradedb
21 Upgrades the database schema to the latest revision
22
23 cleardb
24 Clears the database
25
26 import_module
27 Imports the module from mmd_file
28
29 build_module_locally
30 Performs local module build using Mock
31
32 retire Retire module build(s) by placing them into 'garbage' state.
33
34 run Runs the Flask app, locally.
35
36 shell Runs a Python shell inside Flask application context.
37
38 runserver
39 Runs the Flask development server i.e. app.run()
40
41 optional arguments:
42 -d, --debug
43
44 -v, --verbose
45
46 -q, --quiet
47
48 -?, --help
49 show this help message and exit
50
51
52
53mbs-manager 2.30.4 November 2019 MBS-MANAGER(1)