mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-24 21:30:49 +01:00
feat: cli user management commands (#9848)
* feat: cli user management commands * fix: consistent nomenclature
This commit is contained in:
@@ -253,6 +253,10 @@ resetCommand
|
||||
});
|
||||
});
|
||||
|
||||
// user
|
||||
program
|
||||
.addCommand(require('./user')());
|
||||
|
||||
// upgrades
|
||||
program
|
||||
.command('upgrade [scripts...]')
|
||||
|
||||
Reference in New Issue
Block a user