actions icon indicating copy to clipboard operation
actions copied to clipboard

Feature Request: Add 'doctor' Command for Health Checks

Open grasmarcussanti129 opened this issue 5 months ago • 0 comments

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 doctor that 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.json configuration 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.

grasmarcussanti129 avatar Sep 13 '25 15:09 grasmarcussanti129