kubesphere / ksbuilder

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

[bug] argument list too long #21

Closed wenchajun closed 1 year ago

wenchajun commented 1 year ago

When I use the ksbuilder publish command, the following error is displayed:

root@ks4:~/test-fb# ksbuilder publish xxxx
publish extension xxxx
Error: fork/exec /bin/bash: argument list too long
error executing root command: fork/exec /bin/bash: argument list too longroot@k
wenchajun commented 1 year ago

@wansir