Skip to content

Commit 501d8e0

Browse files
authored
Merge pull request #285 from Peefy/fix-kcl-mod-add-ref-doc
fix: kcl mod add reference documents
2 parents bc9b35c + ec28244 commit 501d8e0

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)