refactor!: initial commit, setup cli

This commit is contained in:
2026-01-23 22:30:14 -08:00
parent 58ead2bb23
commit 80ae32d799
27 changed files with 1110 additions and 772 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "homelab-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.54", features = ["derive"] }
dialoguer = "0.12.0"
k8s-openapi = { version = "0.27.0", features = ["latest", "schemars", "v1_35"] }
kube = { version = "3.0.0", features = ["runtime", "derive"] }
schemars = "1.2.0"
thiserror = "2.0.18"
thiserror-ext = "0.3.0"
tokio = { version = "1.49.0", features = ["macros", "rt"] }