kubeconform
kubeconform copied to clipboard
Copy kubeconform to /usr/bin/kubeconform
Copy kubeconform directory to a directory that's in your PATH to avoid "kubeconform command not found" errors, e.g. issue #144. The kubeconform command should work now and be consistent with the instructions, instead of needing /kubeconform.
May I hint that /usr/bin is designated for distribution-managed programs (e.g. installed through the system's package manager) and therefore shouldn't be used at all?
For self-compiled programs /usr/local/bin is the way to go.
I agree /usr/local/bin is probably the way to go, but I'm not sure if this is likely to break people's workflow, since some might have had to hardcode the path :thinking:
@yannh I don't think this is gonna cause big issues. A note can be added in release notes. Also updating the location is a pretty simple job to do anyway.
I am still concerned this might break people's workflow. Would there be a way with Symlinks to guarantee backward compatibility?
I am still concerned this might break people's workflow. Would there be a way with Symlinks to guarantee backward compatibility?
Good idea.
May I suggest marking the symlink deprecated for the (over) next major version bump? This way you'll provide backward compatibility while marking it as depreaction / breaking change at the same time and everyone has enough time to upgrade.