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
Fresh installed on macOS using $ brew reinstall ko
$ ko version
0.9.3
But I got the following error:
$ ko build
Error: unknown command "build" for "ko"
Run 'ko --help' for usage.
2022/02/10 09:53:41 error during command execution:unknown command "build" for "ko"
ko build was introduced as an alias for ko publish since the last release (v0.9 right now). It's not released yet, but you can use it if you install from HEAD (like integration tests do).
When the next ko release happens (#584), ko build will be available, and ko publish will remain an alias for it, forever, for backward compatibility.
Fresh installed on macOS using
$ brew reinstall ko
But I got the following error:
Any ideas on this? I couldn't figure it out.
Command: https://github.com/google/ko/blob/main/pkg/commands/build.go
I can see an integration test that calls
build
: https://github.com/google/ko/blob/00d0a34583b01b44548f70cdc84348c137921ed5/integration_test.sh#L61publish is working by the way.
The text was updated successfully, but these errors were encountered: