kubesphere / ksbuilder

A CLI tool helps you to manage the development of kubesphere extensions
MIT License
10 stars 19 forks source link

Add package command to package an extension #29

Closed iawia002 closed 1 year ago

iawia002 commented 1 year ago

Added a new command to package an extension, which will now output the zip file directly to the current directory

$ ksbuilder package test
package extension test
package saved to /xxx/test-0.1.0.tgz

ref https://github.com/kubesphere/issues/issues/1024 ref https://github.com/kubesphere/issues/issues/1097

/cc @wansir

wansir commented 1 year ago

LGTM