Skip to main content
Version: 0.5

kpm metadata

Print the metadata of a kcl package.

Usage

kpm metadata [options]

Description

kpm 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 kpm metadata command.

Examples

Print the metadata of a kcl package.

kpm metadata

Print the metadata of a kcl package and automatically download the missing dependency packages.

kpm metadata --update