actions
actions copied to clipboard
Feature Request: Add 'doctor' Command for Health Checks
Feature Request: Add 'doctor' Command for Health Checks
Motivation
Currently, there is a mention in the README under the ToDo section regarding the addition of a doctor command. Integrating a command that performs health checks and diagnostics would be beneficial for users to ensure their setup is functioning correctly without manual checks.
Proposed Solution
- Implement a command
oscript src/actions.os doctorthat performs several health checks on the 1C configuration and environment. - The command could include checks for:
- Connectivity to the 1C server
- Validity of the
settings.jsonconfiguration file - Availability of necessary dependencies
- Any outstanding updates or migrations needed for the 1C instances.
Benefits
Adding a doctor command would help streamline troubleshooting processes for users, providing immediate feedback about their environment's health and reducing the chances of errors during CI/CD operations. It would also enhance the overall user experience with the actions 1C package.