@kubernetesjs/cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
# @kubernetesjs/cli
|
|
2
2
|
|
|
3
|
-
<p align="center">
|
|
4
|
-
<img src="https://
|
|
5
|
-
|
|
3
|
+
<p align="center" width="100%">
|
|
4
|
+
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
|
|
5
|
+
<br/>
|
|
6
|
+
TypeScript CLI for Kubernetes
|
|
7
|
+
<br />
|
|
8
|
+
<a href="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml">
|
|
9
|
+
<img height="20" src="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml/badge.svg"/>
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/hyperweb-io/kubernetesjs/blob/main/LICENSE">
|
|
12
|
+
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
|
|
13
|
+
</a>
|
|
6
14
|
</p>
|
|
7
15
|
|
|
8
16
|
A command-line interface for interacting with Kubernetes clusters, built with TypeScript.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubernetesjs/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "KubernetesJS CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"kubernetesjs": "^0.5.2",
|
|
46
46
|
"minimist": "^1.2.8"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "2a067742f0591aecb0481f8cef4285400fa72926"
|
|
49
49
|
}
|