Skip to main content
版本: 0.9

kcl mod pkg

打包一个 kcl 包。

使用

kcl mod pkg [options]

介绍

kcl mod pkg 会打包一个 kcl 包为 *.tar

选项 --target 用于指定打包后的 *.tar 文件路径。

选项

--target

指定打包后的 *.tar 文件路径。

--help, -h

显示帮助信息。

示例

打包当前 kcl 包为 *.tar

kcl mod pkg --target /Users/my_package_tar

命令参数

This command converts a kcl module into tar

Usage:
kcl mod pkg [flags]

Examples:
# Package the current module
kcl mod pkg

# Package the current module in the vendor mode
kcl mod pkg --vendor

# Package the current module into the target directory
kcl mod pkg --target /path/to/target_dir

Flags:
-h, --help help for pkg
--target string packaged target path
--vendor package in vendor mode (default: false)

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