Skip to content

Commit 289553d

Browse files
scepter914Copilot
andauthored
feat(ml-cellar): add check subcommand (#10)
Signed-off-by: scepter914 <scepter914@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 352c5ff commit 289553d

77 files changed

Lines changed: 4248 additions & 141 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 237 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ description = "CLI of ML model registry for minimum MLOps"
1414
serde = { version = "1.0.228", features = ["derive"] }
1515
clap = { version = "4.5.53", features = ["derive"] }
1616
toml = "0.9.8"
17+
walkdir = "2.5.0"
18+
glob = "0.3.3"
19+
chrono = "0.4.43"
1720

1821
[dev-dependencies]
1922
assert_cmd = "2.1.1"

0 commit comments

Comments
 (0)