Scripts Reference¶
Detailed documentation for provide-workenv management scripts.
Overview¶
provide-workenv provides three core scripts:
- bootstrap.sh - Clone all ecosystem repositories
- setup.sh - Install dependencies and configure environment
- validate.sh - Verify workspace setup
Quick Reference¶
# Bootstrap (clone repos)
./scripts/bootstrap.sh
# Setup (install packages)
./scripts/setup.sh
# Validate (verify environment)
./scripts/validate.sh
Configuration¶
See Configuration Reference for wrknv.toml format and options.
Documentation Status¶
📝 Detailed script documentation is in progress. For now, see:
- Scripts have inline comments and --help options
- Development Setup for usage examples
- Script source code in scripts/ directory