You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/templates/readme/readme.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ A Nushell-native kubernetes toolkit
7
7
8
8
---
9
9
10
-
**Nuke** natively brings Kubernetes resource inspection to [Nushell](https://www.nushell.sh/).
11
-
It exposes kubectl-like commands that query the Kubernetes API-Server and return results the Nushell way.
10
+
**Nuke** natively brings Kubernetes resource inspection to Nushell: it exposes kubectl-like commands that query the Kubernetes API-Server and return results the Nushell way.
12
11
13
12
Nuke **aims** to return data that is structured, queryable and typed, enabling you to execute commands like
Copy file name to clipboardExpand all lines: README.md
+2-79Lines changed: 2 additions & 79 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ A Nushell-native kubernetes toolkit
7
7
8
8
---
9
9
10
-
**Nuke** natively brings Kubernetes resource inspection to [Nushell](https://www.nushell.sh/).
11
-
It exposes kubectl-like commands that query the Kubernetes API-Server and return results the Nushell way.
10
+
**Nuke** natively brings Kubernetes resource inspection to Nushell: it exposes kubectl-like commands that query the Kubernetes API-Server and return results the Nushell way.
12
11
13
12
Nuke **aims** to return data that is structured, queryable and typed, enabling you to execute commands like
14
13
```nu
@@ -53,6 +52,7 @@ All flags, resources and resource names support autocompletion.
53
52
54
53
> **Note:** Nuke is under active development.
55
54
> Not all resources currently support `compact` and `wide` formats — when unavailable, Nuke falls back to `full`.
55
+
> You can see [here](.doc/resource-coverage/coverage.md) the list of supported formatters for the `nuke get` method.
56
56
57
57
### Set-Context and Set-Namespace
58
58
The config module provides two methods to switch current context and current namespace using nushell input and autoocmpletion functionalities.
@@ -121,8 +121,6 @@ Planned:
121
121
- OIDC
122
122
- Exec plugins
123
123
124
-
---
125
-
126
124
## Contributing
127
125
128
126
Contributions, bug reports, and feature requests are truly welcome.
@@ -146,78 +144,3 @@ Please open an issue or pull request if you’d like to help improve Nuke.
0 commit comments