fix maintenance
This commit is contained in:
@@ -11,7 +11,7 @@ _wo_complete()
|
||||
# SETUP THE BASE LEVEL (everything after "wo")
|
||||
if [ $COMP_CWORD -eq 1 ]; then
|
||||
COMPREPLY=( $(compgen \
|
||||
-W "stack site debug clean secure import-slow-log log update sync info --version --help --quiet" \
|
||||
-W "stack site debug clean secure import-slow-log log update sync info maintenance --version --help --quiet" \
|
||||
-- $cur) )
|
||||
|
||||
|
||||
|
||||
8
config/plugins.d/maintenance.conf
Normal file
8
config/plugins.d/maintenance.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[maintenance]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
Reference in New Issue
Block a user