Initial commit
This commit is contained in:
17
modules/developer/COMMANDS.md
Normal file
17
modules/developer/COMMANDS.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Developer Commands
|
||||
|
||||
This module provides the core developer commands described in the main README.
|
||||
|
||||
## Commands
|
||||
- `.exec` - Execute Python code (restricted)
|
||||
- `.eval` - Evaluate Python expression (restricted)
|
||||
- `.format` - Format JSON
|
||||
- `.regex` - Regex test
|
||||
- `.uuid` - UUID generator
|
||||
- `.update` - Core update operations
|
||||
- `.perf` - Performance stats
|
||||
- `.version` - Version info
|
||||
- `.changelog` - Git changelog (full, search, since, between, unreleased)
|
||||
- `.config` - Reload config
|
||||
- `.logs` - View logs
|
||||
- `.migrate` - Migration operations
|
||||
Reference in New Issue
Block a user