You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2023-11-30-kcl-0.7.0-release/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ The KCL team is pleased to announce that KCL v0.7.0 is now available! This relea
13
13
14
14
-_Use KCL language, tools and IDE extensions with more complete features and fewer errors to improve code writing experience and efficiency._
15
15
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._
17
17
18
18
-_The rich KCL third-party library market artifacthub.io provides more than 200 KCL third-party libraries for you to choose from._
19
19
20
20
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).
21
21
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.
23
23
24
24
This blog will introduce the content of KCL v0.7.0 and recent developments in the KCL community to readers.
25
25
@@ -29,9 +29,9 @@ This blog will introduce the content of KCL v0.7.0 and recent developments in th
29
29
30
30
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?
31
31
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.
33
33
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.
0 commit comments