Bishesh-Shahi commented on PR #66926: URL: https://github.com/apache/airflow/pull/66926#issuecomment-4492879341
> Could you please also add def here https://github.com/apache/airflow/blob/main/airflow-ctl/src/airflowctl/ctl/help_texts.yaml? Hi @bugraoz93, Thank you for the catch! I have updated the PR to fully support help text definitions and help image generation for the new `tasks` command and `clear` subcommand: 1. Added the `tasks: clear: "Clear task instances"` definition to `airflow-ctl/src/airflowctl/ctl/help_texts.yaml`. 2. Updated the image generation script (`scripts/in_container/run_capture_airflowctl_help.py`) by adding `"tasks"` to `COMMANDS` and `"tasks clear"` to `SUBCOMMANDS`. 3. Generated and updated the MD5 hashes in `command_hashes.txt`. 4. Generated the preview SVGs `output_tasks.svg` and `output_tasks_clear.svg` under standard terminal configurations. 5. Verified that both `check_airflowctl_help_texts.py` and `check_airflowctl_command_coverage.py` pre-commit checks pass successfully. Please let me know if there's anything else that needs addressing before review! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
