Skip to content

Commit

Permalink
Add homepage for change-ns plugin (#95)
Browse files Browse the repository at this point in the history
/ref #92 /cc @juanvallejo 

-----

**Checklist for plugin developers:**

- [x] Read the [Plugin Naming Guide](https://github.com/GoogleContainerTools/krew/tree/master/docs/NAMING_GUIDE.md) (for new plugins)
- [x] Verify the installation from URL or a local archive works (`kubectl krew install --manifest=[...] --archive=[...]`)
  • Loading branch information
superbrothers authored and ahmetb committed Mar 12, 2019
1 parent 5d3a004 commit 0337557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/change-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
os: windows
arch: amd64
version: v1.0.0
homepage: https://github.com/juanvallejo/kubectl-ns
caveats: This plugin requires an existing KUBECONFIG file, with a `current-context` field set.
shortDescription: View or change the current namespace via kubectl.
description: View or change the current namespace in your KUBECONFIG file. Honors global config flags found in kubectl, such as `--user`, `--cluster`, `--context`, and `--namespace`.

0 comments on commit 0337557

Please sign in to comment.