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

Add nk tool #67

Open
jonaskello opened this issue Jan 16, 2024 · 2 comments
Open

Add nk tool #67

jonaskello opened this issue Jan 16, 2024 · 2 comments
Labels
proposal Enhancement idea or proposal

Comments

@jonaskello
Copy link

jonaskello commented Jan 16, 2024

What motivated this proposal?

I was looking for a way to run the nk tool without directly installing it on my computer

What is the proposed change?

Add nk tool to the image

Who benefits from this change?

Anyone that does not have go installed since nk installation seems to require go.

What alternatives have you evaluated?

Installing go on my local computer and then installing the nk tool.

@jonaskello jonaskello added the proposal Enhancement idea or proposal label Jan 16, 2024
@jonaskello
Copy link
Author

Seems like there was deb files published for nk so as an alternative to the go install you can do:

wget https://github.com/nats-io/nkeys/releases/download/v0.4.7/nkeys-v0.4.7-amd64.deb
sudo apt-get install ./nkeys-v0.4.7-amd64.deb

@gedw99
Copy link

gedw99 commented Jan 23, 2024

Would be useful too

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

No branches or pull requests

2 participants