Skip to content

Add README w/ install info #3

@djfarrelly

Description

@djfarrelly

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 👍

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions