Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugging: build command doesn't provide --debug on latest ko: consider releasing new version #1365

Open
Dentrax opened this issue Jul 25, 2024 · 0 comments

Comments

@Dentrax
Copy link

Dentrax commented Jul 25, 2024

As Debugging doc mentions --debug flag under How it works section, I can able to see this flag on CLI doc ref, whereas I couldn't see it on ko build --help output:

$ ko build --help | grep -A5 "Flags:"

Flags:
      --bare                     Whether to just use KO_DOCKER_REPO without additional context (may not work properly with --tags).
  -B, --base-import-paths        Whether to use the base path without MD5 hash after KO_DOCKER_REPO (may not work properly with --tags).
      --disable-optimizations    Disable optimizations when building Go code. Useful when you want to interactively debug the created container.
  -h, --help                     help for build
      --image-label strings      Which labels (key=value) to add to the image.
--
Global Flags:
  -v, --verbose   Enable debug logs
$ ko version

0.15.4

I can see this flag is exist at AddBuildOptions() on main branch. But its not on v0.15.4 tag.

Do you have any plan to cut a new release soon?

Thanks!

Ref: #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant