Skip to main content
Version: 0.12

kcl mod update

Update kcl module dependencies.

Usage​

kcl mod update [options][module_name]

Description​

kcl mod update will update the dependencies listed in kcl.mod.lock based on kcl.mod.

You can also update a package by specifying the path of that package.

Options​

--help, -h​

Show help for kcl mod update command.

Examples​

Update the current module​

kcl mod update

Update the module with the specified path​

kcl mod update path/to/package

Reference​

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)