Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Arkctl v0.1.0

Compare
Choose a tag to compare
@lvjing2 lvjing2 released this 15 Nov 09:14
· 651 commits to master since this release
f7469db

Features

构建与部署

  1. 构建与部署当前模块到本地基座: arkctl deploy
  2. 构建与部署指定目录子模块到本地基座: arkctl deploy --sub ./path/to/your/sub/module
  3. 部署到模块jar到本地基座: arkctl deploy /path/to/your/pre/built/bundle-biz.jar
  4. 构建与部署到 k8s pod上: arkctl deploy --pod {namespace}/{podName}

查询状态

  1. 查询当前本机模块状态: arkctl status
  2. 查询远程 k8s 环境基座中已经部署的模块: arkctl status --pod {namespace}/{name}