extism / cli

The extism CLI is used to generate plugin scaffolding and manage Extism installations
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

fix: config check when set from args #6

Closed nilslice closed 1 year ago

nilslice commented 1 year ago

I think there was some issue setting config when it wasn't provided via cli args. This fixes the issue, as well as adds a CI workflow to install and check the call command.

CI is broken until https://github.com/extism/extism/pull/11 is merged, and also I intend to change the cli install to be from a new release to avoid a full extism build.

zshipko commented 1 year ago

CI is broken until extism/extism#11 is merged

I will merge that in the next few hours