potiuk commented on code in PR #30822:
URL: https://github.com/apache/airflow/pull/30822#discussion_r1174904916


##########
airflow/cli/cli_config.py:
##########
@@ -1754,6 +1754,12 @@ class GroupCommand(NamedTuple):
         
func=lazy_load_command("airflow.cli.commands.provider_command.hooks_list"),
         args=(ARG_OUTPUT, ARG_VERBOSE),
     ),
+    ActionCommand(
+        name="triggers",
+        help="List registered provider triggers",
+        
func=lazy_load_command("airflow.cli.commands.provider_command.triggers_list"),
+        args=(ARG_OUTPUT, ARG_VERBOSE),

Review Comment:
   If we do, we should add it for all other provider commands in a separate PR 
- this should be consistent across all providers CLI commands.



-- 
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]

Reply via email to