This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Arkctl v0.1.0
lvjing2
released this
15 Nov 09:14
·
651 commits
to master
since this release
Features
构建与部署
- 构建与部署当前模块到本地基座:
arkctl deploy
- 构建与部署指定目录子模块到本地基座:
arkctl deploy --sub ./path/to/your/sub/module
- 部署到模块jar到本地基座:
arkctl deploy /path/to/your/pre/built/bundle-biz.jar
- 构建与部署到 k8s pod上:
arkctl deploy --pod {namespace}/{podName}
查询状态
- 查询当前本机模块状态:
arkctl status
- 查询远程 k8s 环境基座中已经部署的模块:
arkctl status --pod {namespace}/{name}