Skip to content

Commit

Permalink
new: Add proto plugin k9s command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Jun 13, 2024
1 parent a94585a commit eb79acb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,19 @@
"k3d"
]
},
{
"id": "k9s",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/k9s/plugin.toml",
"format": "toml",
"name": "k9s",
"description": "K9s provides a terminal UI to interact with your Kubernetes clusters.",
"author": "appthrust",
"homepageUrl": "https://k9scli.io/",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins",
"bins": [
"k9s"
]
},
{
"id": "kubectl",
"locator": "https://raw.githubusercontent.com/stk0vrfl0w/proto-toml-plugins/main/plugins/kubectl.toml",
Expand Down

0 comments on commit eb79acb

Please sign in to comment.