mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 20:46:37 +00:00
* add doc-gen --local <LocalFile> and corresponding functions Signed-off-by: Nicola115 <2225992901@qq.com> * go format Signed-off-by: Nicola115 <2225992901@qq.com> * refactor the usage of vela def doc-gen from local file; refactor the function GenerateReferenceDoc Signed-off-by: Nicola115 <2225992901@qq.com> * gofmt and goimports Signed-off-by: Nicola115 <2225992901@qq.com> * update prompts info Signed-off-by: Nicola115 <2225992901@qq.com> * remove parseLocalDefinition struct, using ComponentDefinition instead Signed-off-by: Nicola115 <2225992901@qq.com> * standardize the function ParseLocalFile Signed-off-by: Nicola115 <2225992901@qq.com> * add unit test for ParseLocalFile Signed-off-by: Nicola115 <2225992901@qq.com> * remove redundant functions Signed-off-by: Nicola115 <2225992901@qq.com> * remove redundant lines and do goimports formatting Signed-off-by: Nicola115 <2225992901@qq.com>
Vela CLI and Dashboard Reference Implementation
This folder contains all reference implementation of vela cli, apiserver and dashboard. It provides a PoC of how to integrate KubeVela with your own system, you can refer to these implementations and build your own.
The formal KubeVela APIServer is a standalone project called velacp.