|
1 | | -*[dtm]: Short for Devstream (Devstream 简称 dtm) |
2 | | -*[Config]: TODO(introduce of config) |
3 | | -*[配置]: 由一个或一组 YAML 文件组成,定义了 DevStream 需要的所有信息 |
4 | | -*[Plugin]: TODO(introduce of plugin) |
5 | | -*[Plugins]: TODO(introduce of plugin) |
6 | | -*[插件]: TODO(插件的介绍) |
7 | | -*[Tool]: Each Tool corresponds to a DevStream plugin, which can either install, configure, or integrate some DevOps tools |
8 | | -*[Tools]: Each Tool corresponds to a DevStream plugin, which can either install, configure, or integrate some DevOps tools |
9 | | -*[工具]: 每个工具(Tool)对应了一个 DevStream 插件,它可以安装、配置或集成一些 DevOps 工具 |
10 | | -*[App]: TODO(introduce of app) |
11 | | -*[Apps]: TODO(introduce of app) |
12 | | -*[应用]: TODO(应用的介绍) |
| 1 | +*[dtm]: The commandline tool of DevStream (short for DevsTreaM). |
| 2 | +*[Config]: A set of YAML files serving as DevStream's configuration. |
| 3 | +*[配置]: 由一个或一组 YAML 文件组成,定义了 DevStream 需要的所有信息。 |
| 4 | +*[Plugin]: DevStream uses core-plugin architecture, where the core is a state machine and each plugin handles the CRUD and integration of a certain DevOps tool. |
| 5 | +*[Plugins]: DevStream uses core-plugin architecture, where the core is a state machine and each plugin handles the CRUD and integration of a certain DevOps tool. |
| 6 | +*[插件]: DevStream 使用 core-plugin 架构,core 用作状态机,插件负责管理 DevOps 工具的 CRUD。 |
| 7 | +*[Tool]: A type of DevStream config, corresponding to a DevStream plugin, which does the CRUD and integration of a certain DevOps tool. The concept of Tool is used mainly in the context of Config. |
| 8 | +*[Tools]: A type of DevStream config, corresponding to a DevStream plugin, which does the CRUD and integration of a certain DevOps tool. The concept of Tool is used mainly in the context of Config. |
| 9 | +*[工具]: DevStream 配置的一种类型。每个工具(Tool)对应了一个 DevStream 插件,它可以安装、配置或集成一些 DevOps 工具。工具这一概念主要用在配置中。 |
| 10 | +*[App]: A type of DevStream config, corresponding to a real-world application, for which different tools such as CI/CD can be easily configured. |
| 11 | +*[Apps]: A type of DevStream config, corresponding to a real-world application, for which different tools such as CI/CD can be easily configured. |
| 12 | +*[应用]: DevStream 配置的一种类型,对应现实中的应用程序,使用应用这种类型的配置可以简化例如 CI/CD 等工具的配置。 |
13 | 13 | *[PipelineTemplate]: TODO(introduce of pipelineTemplate) |
14 | 14 | *[PipelineTemplates]: TODO(introduce of pipelineTemplate) |
15 | 15 | *[流水线模板]: TODO(流水线模板的介绍) |
16 | | -*[Output]: TODO(introduce of output) |
| 16 | +*[Output]: Each Tool can have some Output (in the format of a key/value map), so that other tools can refer to it as their input. |
17 | 17 | *[输出]: 每个工具(Tool)可能会有些输出,这是一个 map,可以在配置其他工具时引用 |
18 | | -*[State]: State records the current status of your DevOps toolchain and platform defined and created by DevStream. |
| 18 | +*[State]: Records the current status of your DevOps platform defined and created by DevStream. |
19 | 19 | *[状态]: 记录了当前 DevOps 工具链的状态,包括每个工具的配置以及当下状态。 |
0 commit comments