loft-sh / devspace-plugin-loft

Loft Plugin for DevSpace - adds commands like `devspace create space` or `devspace create vcluster` to DevSpace
https://loft.sh
19 stars 7 forks source link

Can no longer not specify version #5

Closed fmc100 closed 3 years ago

fmc100 commented 3 years ago

Version is now required or there is an error.

Steps to repro:

  1. Download Devspace
  2. Try to add loft without a version Expected: it installs the latest Actual:
    [fatal]  error executing plugin binary, make sure the plugin binary is executable and returns a zero exit code when run without arguments:  => fork/exec /Users/*****/*****/plugin-binary: exec format error
FabianKramm commented 3 years ago

@fmc100 thanks for creating the issue! We renamed the repo which was not reflected in the binary name of the plugin, it should work now again

fmc100 commented 3 years ago

works, thanks @FabianKramm!