kubesphere / ksbuilder

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

ksbuilder init error? #50

Closed wujunwei closed 11 months ago

wujunwei commented 1 year ago

Do not support command init ?

$ ksbuilder init helm-manager
Error: unknown command "init" for "ksbuilder"
Run 'ksbuilder --help' for usage.
error executing root command: unknown command "init" for "ksbuilder"
wansir commented 12 months ago

Are you asking about ksbuilder create ?

ksbuilder is a command line interface for KubeSphere extension system

Usage:
  ksbuilder [flags]
  ksbuilder [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  create      Create a new KubeSphere extension
  help        Help about any command
  package     package an extension
  publish     Publish an extension into the market
  version     Display version

Flags:
  -h, --help   help for ksbuilder

Use "ksbuilder [command] --help" for more information about a command.
wujunwei commented 12 months ago

@wansir If ksbuilder don't support init it should be removed from the file README.md. https://github.com/kubesphere/ksbuilder/blob/b2fc9657b7f5a9d6ba3c3edd79eb764fa83de887/README.md?plain=1#L14-L20