Commit Graph

1 Commits

Author SHA1 Message Date
Jamie Pine
2cdc3d0403 Enhance daemon functionality with instance support and CLI improvements
This commit introduces support for multiple daemon instances, allowing users to specify instance names for better management. The `DaemonConfig` struct is updated to include an optional `instance_name`, and new methods are added for creating and managing instances. The CLI is enhanced with commands to list, stop, and check the status of specific daemon instances. Additionally, the command handling logic is updated to accommodate instance-specific operations, improving user experience and flexibility in managing daemon processes. Documentation is updated to reflect these changes.
2025-06-21 17:01:55 -07:00