kcl mod metadata
Print the metadata of a kcl package.
Usage
kcl mod metadata [options]
Description
kcl mod metadata
will print the metadata of a kcl package. The metadata includes the dependency information of the package.
--update
option is used to automatically download the missing dependency packages.
options
--update
Automatically download the missing dependency packages.
--help, -h
Show help for kcl mod metadata
command.
Examples
Print the metadata of a kcl package
Print the metadata of a kcl package.
kcl mod metadata
Print the metadata of a kcl package and automatically download the missing dependency packages.
kcl mod metadata --update