You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when executing kusion commands, an error 2023/05/09 11:01:24 kclvm.go:29: [WARN] install kclvm failed: error[E3M38]: No input KCL files or paths was always produced.
➜ kusion
2023/05/09 11:01:24 kclvm.go:29: [WARN] install kclvm failed: error[E3M38]: No input KCL files or paths
kusion 作为云原生可编程技术栈,通过代码管理 kubernetes 集群。
Configuration Commands:
init 初始化一个新项目,包含 KCL 文件结构和基础代码
compile 将 KCL 编译成 YAML
check 检查当前目录中的 KCL 配置是否可以编译
ls 列出所有项目和堆栈信息
deps Show KCL file dependency information
RuntimeMap Commands:
preview 预览堆栈中的一系列资源更改
apply 通过工作目录将配置栈应用到一个或多个资源
destroy 通过工作目录销毁已应用到资源的配置栈
Other Commands:
completion Generate the autocompletion script for the specified shell
env 打印 Kusion 环境信息
version 打印 kusion 的版本信息
Usage:
kusion [flags] [options]
Use "kusion <command> --help" for more information about a given command.
What did you expect to happen?
no warning.
How can we reproduce it (as minimally and precisely as possible)?
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
What happened?
when executing
kusion
commands, an error2023/05/09 11:01:24 kclvm.go:29: [WARN] install kclvm failed: error[E3M38]: No input KCL files or paths
was always produced.What did you expect to happen?
no warning.
How can we reproduce it (as minimally and precisely as possible)?
install kclvm with:
brew install kcl-lang/tap/kclvm
install kusion with:
brew install kusionstack/tap/kusion
run kusion command:
kusion
Anything else we need to know?
No response
Kusion version
OS version
Install tools
install kclvm with:
brew install kcl-lang/tap/kclvm
install kusion with:
brew install kusionstack/tap/kusion
The text was updated successfully, but these errors were encountered: