edithturn commented on issue #23085: URL: https://github.com/apache/airflow/issues/23085#issuecomment-1121849684
@potiuk let me know if I am going for the right path: 1. In the Developer tools section, I am adding kind-cluster as a command (./breeze --help)  * As options of kind-cluster, I am adding just for now "start", "stop" and "restart".  2. I added a new class in `dev/breeze/src/airflow_breeze/utils/kind_command_utils.py`, it will contain validations to start/stop...etc kind with airflow version for this: `./breeze-legacy kind-cluster start`  Now, --start, --stop, --restart, should they be commands and not options, right? In `./breeze kind-cluster start` <-- kind-cluster is a command and **start** should be a command too -- 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]
