Purpose
To make it easier to get started with this tool 😄
What it could look like:
kubesecret
A tool to manage secrets in kubernetes
Installation
Run t
VERSION="0.3"
curl -L https://github.com/bufferapp/kubesecret/releases/download/$VERSION/kubesecret-`uname -s` > /usr/local/bin/kubesecret
chmod +x /usr/local/bin/kubesecret
Notes
- We currently make the binary lowercase so to use
uname -s we could make the binary -Linux-...
- Can we drop the amd64 part of the binary file name for brevity?
- We could also add some basic usage of the tool on the readme as well 👍
Purpose
To make it easier to get started with this tool 😄
What it could look like:
kubesecret
A tool to manage secrets in kubernetes
Installation
Run t
Notes
uname -swe could make the binary-Linux-...