Index
Merlin CLI Commands Package.
This package defines all top-level and subcommand implementations for the Merlin
command-line interface. Each module encapsulates the logic and argument parsing
for a distinct Merlin command, following a consistent structure built around the
CommandEntryPoint interface.
Modules:
| Name | Description |
|---|---|
command_entry_point |
Defines the abstract base class |
config |
Implements the |
database |
Implements the |
example |
Implements the |
info |
Implements the |
monitor |
Implements the |
purge |
Implements the |
query_workers |
Implements the |
queue_info |
Implements the |
restart |
Implements the |
run_workers |
Implements the |
run |
Implements the |
server |
Implements the |
status |
Implements the |
stop_workers |
Implements the |