I followed your installation instructions on Ubuntu 22.04.3
$ git clone https://github.com/sh0rez/kubectl-neat-diff
$ cd kubectl-neat-diff
$ make install
Installed go via snap because clearly make install needs it even though not mentioned, but the tool makes it clear enough so no problem there. Here is how make install went:
> make install
CGO_ENABLED=0 go install -ldflags='-s -w -extldflags "-static"' .
> echo $?
0
However when I try to use:
> kubectl-nead-diff
kubectl-nead-diff: command not found
I'm not expert on GO or your library so I can't debug this and I shouldn't really have to. Why doesn't this just work or at least fail with better info about what is needed / what went wrong?
I followed your installation instructions on Ubuntu 22.04.3
$ git clone https://github.com/sh0rez/kubectl-neat-diff $ cd kubectl-neat-diff $ make installInstalled go via snap because clearly make install needs it even though not mentioned, but the tool makes it clear enough so no problem there. Here is how
make installwent:However when I try to use:
I'm not expert on GO or your library so I can't debug this and I shouldn't really have to. Why doesn't this just work or at least fail with better info about what is needed / what went wrong?