jieguangzhou commented on code in PR #11611:
URL: https://github.com/apache/dolphinscheduler/pull/11611#discussion_r957491165


##########
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/cli/commands.py:
##########
@@ -90,3 +91,16 @@ def config(getter, setter, init) -> None:
         for key, val in setter:
             set_single_config(key, val)
         click.echo("Set configuration done.")
+
+
[email protected]()
[email protected](
+    "--yaml_file",
+    "-file",
+    required=True,
+    help="YAML file path",
+    type=click.Path(exists=True),
+)
+def yaml(yaml_file) -> None:
+    """Create process using YAML file."""

Review Comment:
   done



##########
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/cli/commands.py:
##########
@@ -90,3 +91,16 @@ def config(getter, setter, init) -> None:
         for key, val in setter:
             set_single_config(key, val)
         click.echo("Set configuration done.")
+
+
[email protected]()
[email protected](
+    "--yaml_file",

Review Comment:
   done



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