Skip to content

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 CommandEntryPoint for all CLI commands.

config

Implements the config command for managing Merlin configuration files.

database

Implements the database command for interacting with the underlying database (view, delete, inspect).

example

Implements the example command to download and set up example workflows.

info

Implements the info command for displaying configuration and environment diagnostics.

monitor

Implements the monitor command to keep workflow allocations alive.

purge

Implements the purge command for removing tasks from queues.

query_workers

Implements the query-workers command for inspecting active task server workers.

queue_info

Implements the queue-info command for querying task server queue statistics.

restart

Implements the restart command to resume a workflow from a previous state.

run_workers

Implements the run-workers command to launch task-executing workers.

run

Implements the run command to execute Merlin or Maestro workflows.

server

Implements the server command to manage containerized Redis server components.

status

Implements the status and detailed-status commands for workflow state inspection.

stop_workers

Implements the stop-workers command for terminating active workers.