You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is addressed by the new ability to have reproducible batch installs from the Stewfile.lock.json (#15, #35, #42, #43). This was a part of the v0.4.0 release.
I decided to make the Stewfile.lock.json the mechanism for these batch installs rather than the Stewfile. Stewfiles are nice for passing around machines with different OS/Arch's, but for reproducible, headless batch installs, users should use the lockfile.
The install command should be batch-compatible. Currently, it asks
! Rename the binary?
, which prevents automation, and batch usage.One way to fix this may be a
--rename
(or--as
) option for install command:Alternative, could be a format of the installation. For example:
$ stew install knative-sandbox/kn-plugin-event!kn-event
The text was updated successfully, but these errors were encountered: