Skip to content

Commit

Permalink
adding install info
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaw90 committed Jul 26, 2023
1 parent 7211d49 commit 33d9b4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
k8surl is a simple application to parse Kubernetes manifets and render templates and/or open links
it uses kubectls jsonpath lib but just adds some extra sugar to help you save those json templates somewhere with commands you can remember.

## Install

Make sure to add a config file at `~/.k8surl.yaml`

```
go install github.com/jklaw90/k8surl@latest
```

## Examples

example `~/.k8surl.yaml` config file:

```yaml
Expand Down

0 comments on commit 33d9b4b

Please sign in to comment.