revs

command module
v0.0.0-...-c811807 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2022 License: MIT Imports: 1 Imported by: 0

README

What is this?

Handle Kubernetes secret resources. You can

  • list secrets
  • reveal secret values
  • etc.

Install

go install github.com/dubs11kt/revs@latest

How to use?

# Create secret for test command
$ kubectl create secret generic test-secret -n default --from-literal=foo=bar --from-literal=boo=far --from-literal=moo=gar

# Show secrets
$ revs list
default-token-kvx5z
test-secret

# Reveal secret value
$ revs reveal --namespace default --secret test-secret
boo : far
foo : bar
moo : gar

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL