Skip to content

Commit 2bceb8d

Browse files
committed
fix: CR comments
Signed-off-by: zongz <zongzhe1024@163.com>
1 parent 1480295 commit 2bceb8d

File tree

2 files changed

+8
-8
lines changed
  • blog/2023-11-30-kcl-0.7.0-release
  • i18n/zh-CN/docusaurus-plugin-content-blog/2023-11-30-kcl-0.7.0-release

2 files changed

+8
-8
lines changed

blog/2023-11-30-kcl-0.7.0-release/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ The KCL team is pleased to announce that KCL v0.7.0 is now available! This relea
1313

1414
- _Use KCL language, tools and IDE extensions with more complete features and fewer errors to improve code writing experience and efficiency._
1515

16-
- _The new KCL cli integrates KCL package management, doc, test and other peripheral ecosystems._
16+
- _The new KCL CLI integrates KCL package management, doc, test and other peripheral ecosystems._
1717

1818
- _The rich KCL third-party library market artifacthub.io provides more than 200 KCL third-party libraries for you to choose from._
1919

2020
KCL v0.7.0 is now available for download at [KCL v0.7.0 Release Page](https://github.com/kcl-lang/kcl/releases/tag/v0.7.0) or [KCL Official Website](https://kcl-lang.io).
2121

22-
[KCL](https://github.com/kcl-lang/kcl) is an open-source, constraint-based record and functional language. KCL improves the writing of numerous complex configurations, such as cloud-native scenarios, through its mature programming language technology and practice. It is dedicated to building better modularity, scalability, and stability around configurations, simpler logic writing, faster automation, and great built-in or API-driven integrations.
22+
[KCL](https://github.com/kcl-lang/kcl) is an open-source, constraint-based record and functional language hosted by Cloud Native Computing Foundation (CNCF). KCL improves the writing of numerous complex configurations, such as cloud-native scenarios, through its mature programming language technology and practice. It is dedicated to building better modularity, scalability, and stability around configurations, simpler logic writing, faster automation, and great built-in or API-driven integrations.
2323

2424
This blog will introduce the content of KCL v0.7.0 and recent developments in the KCL community to readers.
2525

@@ -29,9 +29,9 @@ This blog will introduce the content of KCL v0.7.0 and recent developments in th
2929

3030
When compiling, use `kcl`, when downloading packages, use `kpm`, if you have a KCL model that you want to send to the cluster, you also need to use `kusion`, kcl is the compilation command, `kpm run` can also be compiled, I also found `kusion compile` in the kusion command line, do you have the same confusion, what is the relationship between these tools? How do I use them?
3131

32-
For this reason, we provide you with a new KCL cli, the goal is to include the KCL ecosystem together, to provide you with a unified and concise operation page, everything, one-click direct.
32+
For this reason, we provide you with a new KCL CLI, the goal is to include the KCL ecosystem together, to provide you with a unified and concise operation page, everything, one-click direct.
3333

34-
The new KCL cli will continue to use `kcl` as the command prefix, and currently provides multiple sub-commands including compilation, package management, and formatting tools.
34+
The new KCL CLI will continue to use `kcl` as the command prefix, and currently provides multiple sub-commands including compilation, package management, and formatting tools.
3535

3636
![cli-help](/img/blog/2023-11-30-kcl-0.7.0-release/cli-help.png)
3737

i18n/zh-CN/docusaurus-plugin-content-blog/2023-11-30-kcl-0.7.0-release/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tags: [Release Blog, KCL]
1212
KCL 团队很高兴地宣布 **KCL v0.7.0 新版本现在已经可用**!本次发布为大家带来了三方面的重点更新:**语言****工具链****社区集成 & 扩展支持**
1313

1414
- _使用功能更完善错误更少的 KCL 语言、工具链和 IDE 提升代码编写体验和效率_
15-
- _全新的 KCL cli,集成 KCL 包管理,doc, test 等周边生态,包罗万象,一键直达_
15+
- _全新的 KCL 命令行工具,集成 KCL 包管理,doc, test 周边工具链生态,包罗万象,一键直达_
1616
- _丰富的 KCL 三方库市场 artifacthub.io, 提供了超过 200 种 KCL 三方库,尽情挑选,无限可能_
1717

1818
进一步您可以在 [KCL v0.7.0 发布页面](https://github.com/kcl-lang/kcl/releases/tag/v0.7.0) 或者 [KCL 官方网站](https://kcl-lang.io) 获得下载安装指南和详细发布信息。
1919

20-
[KCL](https://github.com/kcl-lang/kcl) 是一个面向云原生领域开源的基于约束的记录及函数编程语言,期望通过成熟的编程语言技术和实践来改进对大量繁杂配置比如云原生 Kubernetes 配置场景的编写,致力于围绕配置的模块化、扩展性和稳定性,打造更简单的逻辑编写体验,构建更简单的自动化和生态集成路径。
20+
[KCL](https://github.com/kcl-lang/kcl) 是一个 CNCF 基金会托管的面向云原生领域开源的基于约束的记录及函数编程语言,期望通过成熟的编程语言技术和实践来改进对大量繁杂配置比如云原生 Kubernetes 配置场景的编写,致力于围绕配置的模块化、扩展性和稳定性,打造更简单的逻辑编写体验,构建更简单的自动化和生态集成路径。
2121

2222
本文重点介绍 KCL v0.7.0 版本的更新内容以及 KCL 社区的近期动态。
2323

@@ -27,9 +27,9 @@ KCL 团队很高兴地宣布 **KCL v0.7.0 新版本现在已经可用**!本次
2727

2828
编译的时候使用 kcl, 下载包的使用使用 kpm, 如果您有一个 KCL 模型想要发到集群,您还需要使用 kusion, kcl 是编译命令,kpm run 也可以编译,我在 kusion 的命令行中还发现了 kusion compile,您是否也有相同的困惑,这些工具之间的关系是什么?我该如何使用它们 ?
2929

30-
为此,我们为您提供了全新的 KCL cli, 目标是将 KCL 周边生态囊括在一起,为您提供统一简明的操作页面,包罗万象,一键直达。
30+
为此,我们为您提供了全新的 KCL 命令行工具, 目标是将 KCL 周边生态囊括在一起,为您提供统一简明的操作页面,包罗万象,一键直达。
3131

32-
新的 KCL cli 将会以继续 kcl 作为命令前缀,目前提供包含编译,包管理,格式化工具等多个子命令。
32+
新的 KCL 命令行工具将会以继续 kcl 作为命令前缀,目前提供包含编译,包管理,格式化工具等多个子命令。
3333

3434
![cli-help](/img/blog/2023-11-30-kcl-0.7.0-release/cli-help.png)
3535

0 commit comments

Comments
 (0)