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: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# KCL Nix Flake
2
-
3
-
This repository provides a Nix flake for the KCL (Kubernetes Configuration Language) toolchain, including the KCL CLI and KCL Language Server.
2
+
This repository provides a Nix flake for the KCL (Kubernetes Configuration Language) toolchain, including the KCL CLI, KCL Language Server, and kubectl-kcl plugin.
4
3
5
4
## Features
6
5
@@ -36,6 +35,7 @@ To use this flake in your project, add it to your `flake.nix` inputs:
print(f"flake.nix has been generated successfully for KCL version {kcl_version} and CLI version {cli_version}.")
67
+
print(f"flake.nix has been generated successfully for KCL version {kcl_version}, CLI version {cli_version}, and kubectl-kcl version {kubectl_kcl_version}.")
0 commit comments