Skip to content

Commit

Permalink
chore: update kcl mod run to kcl run
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Mar 19, 2024
1 parent cac4933 commit fbc74c4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ For the example, the command is as follows:
kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0
```

### `kcl mod run` to compile a KCL package
### `kcl run` to compile a KCL package

KCL package management tool can directly compile a kcl package through the url of OCI.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ kcl mod pull <oci_url>
kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0
```

### kcl mod run
### kcl run

KCL 包管理工具可以直接通过 OCI 的 url 编译 kcl 包。
KCL 可以直接通过 OCI 的 url 编译 kcl 包。

```shell
kcl run <oci_url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ kcl mod pull <oci_url>
kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0
```

### kcl mod run
### kcl run

KCL 包管理工具可以直接通过 OCI 的 url 编译 kcl 包。
KCL 可以直接通过 OCI 的 url 编译 kcl 包。

```shell
kcl run <oci_url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ kcl mod pull <oci_url>
kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0
```

### kcl mod run
### kcl run

KCL 包管理工具可以直接通过 OCI 的 url 编译 kcl 包。
KCL 可以直接通过 OCI 的 url 编译 kcl 包。

```shell
kcl run <oci_url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ For the example, the command is as follows:
kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0
```

### `kcl mod run` to compile a KCL package
### `kcl run` to compile a KCL package

KCL package management tool can directly compile a kcl package through the url of OCI.
KCL can directly compile a kcl package through the url of OCI.

```shell
kcl run <oci_url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ For the example, the command is as follows:
kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0
```

### `kcl mod run` to compile a KCL package
### `kcl run` to compile a KCL package

KCL package management tool can directly compile a kcl package through the url of OCI.
KCL can directly compile a kcl package through the url of OCI.

```shell
kcl run <oci_url>
Expand Down

0 comments on commit fbc74c4

Please sign in to comment.