README.rst 427 B

123456789101112
  1. V2 DSL & Conf Examples
  2. ======================
  3. This is folder showing examples of each components.
  4. Similar to the older version, a pair of dsl & conf files corresponds to a task. You can start a task with the following command:
  5. .. code-block:: bash
  6. flow job submit -d ${dsl.json} -c ${conf.json}
  7. For more details on using DSL V2, please refer `here <../../../doc/tutorial/dsl_conf/dsl_conf_v2_setting_guide.md>`__.