Skip to main content
版本: 0.9

kcl mod update

kcl mod update 将根据 kcl.mod 更新在 kcl.mod.lock 中列出的依赖项。也可以通过指定包的路径来更新一个包。

使用

kcl mod update [options][module_name]

示例

更新当前模块

kcl mod update

更新指定路径的模块

kcl mod update path/to/package

命令参数

This command updates dependencies listed in kcl.mod.lock based on kcl.mod.

Usage:
kcl mod update [flags]

Examples:
# Update the current module
kcl mod update

# Update the module with the specified path
kcl mod update path/to/package

Flags:
-h, --help help for update
--no_sum_check do not check the checksum of the package and update kcl.mod.lock

Global Flags:
-q, --quiet Set the quiet mode (no output)