OpenFunction / cli

A CLI for interacting with OpenFunction.
Apache License 2.0
12 stars 16 forks source link

Adjust the flags for "ofn install" and "ofn uninstall". #39

Closed tpiperatgod closed 2 years ago

tpiperatgod commented 2 years ago

for issue #32

  1. use --runtime to specify the runtimes that need to be installed.
  2. display the flags by "users' perspective" and "technical's perspective", and by default do not display "technical's perspective" flags
  3. add install_test.go and uninstall_test.go
  4. add make test

Signed-off-by: laminar fangtian@kubesphere.io