Skip to content

Add install-deps, clean commands; bump playground v1.10.0#18

Merged
kollhof merged 1 commit into
mainfrom
cli-commands
Mar 24, 2026
Merged

Add install-deps, clean commands; bump playground v1.10.0#18
kollhof merged 1 commit into
mainfrom
cli-commands

Conversation

@kollhof

@kollhof kollhof commented Mar 24, 2026

Copy link
Copy Markdown
Member

Summary

  • Add install-deps command: fetch pinned asset deps to .deps/ without running cargo update
  • Add clean command: remove all build output (build/)
  • Split update-deps: now runs cargo update + re-fetch (previously conflated install and update)
  • Add cargo outdated check to check-deps for crates.io dependencies
  • Bump playground to v1.10.0

Full command set:

Command What it does
install-deps Fetch pinned asset deps to .deps/
update-deps cargo update + re-fetch asset deps
check-deps Check all deps for newer releases
clean Remove build/
build Build the site
serve Build + start dev server

Test plan

  • cargo run -- install-deps fetches to .deps/ without updating Cargo.lock
  • cargo run -- update-deps runs cargo update then fetches
  • cargo run -- check-deps reports all deps including cargo outdated
  • cargo run -- clean removes build/
  • cargo run -- build works after clean

…mp playground v1.10.0

- Add install-deps: fetch pinned asset deps without cargo update
- Add clean: remove all build output (build/)
- Split update-deps into cargo update + fetch (was doing both)
- Add cargo outdated check to check-deps
- Bump playground to v1.10.0
@kollhof kollhof merged commit 80b43a0 into main Mar 24, 2026
4 checks passed
@kollhof kollhof deleted the cli-commands branch March 24, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant