kx-cli 0.0.7__tar.gz → 0.0.8__tar.gz
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.
- {kx_cli-0.0.7/src/kx_cli.egg-info → kx_cli-0.0.8}/PKG-INFO +4 -4
- {kx_cli-0.0.7 → kx_cli-0.0.8}/README.md +3 -3
- {kx_cli-0.0.7 → kx_cli-0.0.8}/pyproject.toml +1 -1
- {kx_cli-0.0.7 → kx_cli-0.0.8/src/kx_cli.egg-info}/PKG-INFO +4 -4
- {kx_cli-0.0.7 → kx_cli-0.0.8}/LICENSE +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/setup.cfg +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/__init__.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/__init__.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/back.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/delete.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/describe.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/diagnostic.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/drop.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/edit.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/events.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/exec.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/forward.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/get.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/labels.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/logs.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/namespace.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/port_forward.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/rollout.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/scale.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/state.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/theme.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/tree.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/commands/yaml.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/config.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/console.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/diagnostics.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/errors.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/events.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/graph.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/index.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/k8s.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/kinds.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/kubectl.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/main.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/refresh.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/state.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/themes.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx/types.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx_cli.egg-info/SOURCES.txt +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx_cli.egg-info/dependency_links.txt +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx_cli.egg-info/entry_points.txt +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx_cli.egg-info/requires.txt +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/src/kx_cli.egg-info/top_level.txt +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_back.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_cli_get.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_cli_help.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_cli_kind_alias.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_config.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_console.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_delete.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_describe.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_diagnostic.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_diagnostics.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_drop.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_edit.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_error_handling.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_events.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_exec.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_forward.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_get.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_graph.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_index.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_kinds.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_labels.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_logs.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_namespace.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_port_forward.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_refresh.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_rollout.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_scale.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_state.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_theme.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_themes.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_tree.py +0 -0
- {kx_cli-0.0.7 → kx_cli-0.0.8}/tests/test_yaml.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kx-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.8
|
|
4
4
|
Summary: kubectl wrapper with index-based resource selection
|
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
|
6
6
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -70,11 +70,11 @@ With pip:
|
|
|
70
70
|
pip install kx-cli
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
As a kubectl plugin via [krew](https://krew.sigs.k8s.io/) (no Python required; pending krew-index acceptance):
|
|
73
|
+
As a kubectl plugin via [krew](https://krew.sigs.k8s.io/), where kx is published as `idx` (no Python required; pending krew-index acceptance):
|
|
74
74
|
|
|
75
75
|
```bash
|
|
76
|
-
kubectl krew install
|
|
77
|
-
alias kx="kubectl
|
|
76
|
+
kubectl krew install idx
|
|
77
|
+
alias kx="kubectl idx"
|
|
78
78
|
```
|
|
79
79
|
|
|
80
80
|
Standalone binaries (linux/macOS, amd64/arm64, no Python required) are attached to each [GitHub Release](https://github.com/jzills/kx/releases).
|
|
@@ -47,11 +47,11 @@ With pip:
|
|
|
47
47
|
pip install kx-cli
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
As a kubectl plugin via [krew](https://krew.sigs.k8s.io/) (no Python required; pending krew-index acceptance):
|
|
50
|
+
As a kubectl plugin via [krew](https://krew.sigs.k8s.io/), where kx is published as `idx` (no Python required; pending krew-index acceptance):
|
|
51
51
|
|
|
52
52
|
```bash
|
|
53
|
-
kubectl krew install
|
|
54
|
-
alias kx="kubectl
|
|
53
|
+
kubectl krew install idx
|
|
54
|
+
alias kx="kubectl idx"
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
Standalone binaries (linux/macOS, amd64/arm64, no Python required) are attached to each [GitHub Release](https://github.com/jzills/kx/releases).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kx-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.8
|
|
4
4
|
Summary: kubectl wrapper with index-based resource selection
|
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
|
6
6
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -70,11 +70,11 @@ With pip:
|
|
|
70
70
|
pip install kx-cli
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
As a kubectl plugin via [krew](https://krew.sigs.k8s.io/) (no Python required; pending krew-index acceptance):
|
|
73
|
+
As a kubectl plugin via [krew](https://krew.sigs.k8s.io/), where kx is published as `idx` (no Python required; pending krew-index acceptance):
|
|
74
74
|
|
|
75
75
|
```bash
|
|
76
|
-
kubectl krew install
|
|
77
|
-
alias kx="kubectl
|
|
76
|
+
kubectl krew install idx
|
|
77
|
+
alias kx="kubectl idx"
|
|
78
78
|
```
|
|
79
79
|
|
|
80
80
|
Standalone binaries (linux/macOS, amd64/arm64, no Python required) are attached to each [GitHub Release](https://github.com/jzills/kx/releases).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|