Skip to main content
Version: 0.8

kcl mod pkg

Package a kcl package into *.tar.

Usage

kcl mod pkg [options]

Description

kcl mod pkg will package a kcl package into *.tar.

Option --target is required to specify the tar file path of the package.

options

--target

Specify the tar file path of the package.

--help, -h

Show help for kcl mod pkm command.

Examples

Package a kcl package

kcl mod pkg --target /Users/my_package_tar