Skip to content

Commit ec28244

Browse files
committed
fix: kcl mod add reference documents
Signed-off-by: peefy <xpf6677@163.com>
1 parent a68d55d commit ec28244

File tree

4 files changed

+4
-4
lines changed
  • docs/tools/cli/package-management/command-reference
  • i18n/zh-CN/docusaurus-plugin-content-docs
    • current/tools/cli/package-management/command-reference
    • version-0.7.0/tools/cli/package-management/command-reference
  • versioned_docs/version-0.7.0/tools/cli/package-management/command-reference

4 files changed

+4
-4
lines changed

docs/tools/cli/package-management/command-reference/2.add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kcl mod add k8s
4141
Add kcl dependency named 'k8s' with version 'v1.27.2'.
4242

4343
```shell
44-
kcl mod add k8s:v1.27.2
44+
kcl mod add k8s:1.29
4545
```
4646

4747
### Add a dependency from git repository

i18n/zh-CN/docusaurus-plugin-content-docs/current/tools/cli/package-management/command-reference/2.add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kcl mod add k8s
4141
添加一个名为 `k8s` 的依赖,版本为 `v1.27.2`
4242

4343
```shell
44-
kcl mod add k8s:v1.27.2
44+
kcl mod add k8s:1.29
4545
```
4646

4747
### 添加一个来自 git 仓库的依赖

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.7.0/tools/cli/package-management/command-reference/2.add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kcl mod add k8s
4141
添加一个名为 `k8s` 的依赖,版本为 `v1.27.2`
4242

4343
```shell
44-
kcl mod add k8s:v1.27.2
44+
kcl mod add k8s:1.29
4545
```
4646

4747
### 添加一个来自 git 仓库的依赖

versioned_docs/version-0.7.0/tools/cli/package-management/command-reference/2.add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kcl mod add k8s
4141
Add kcl dependency named 'k8s' with version 'v1.27.2'.
4242

4343
```shell
44-
kcl mod add k8s:v1.27.2
44+
kcl mod add k8s:1.29
4545
```
4646

4747
### Add a dependency from git repository

0 commit comments

Comments
 (0)