This repository contains package manager configurations for installing Entire CLI on Windows.
# Add bucket (once PR is merged to scoop-extras)
scoop bucket add extras
scoop install entire
# Or use this repo directly
scoop install https://raw.githubusercontent.com/Teylersf/entire-cli-packages/main/scoop/entire.json# Install from Chocolatey Community Repository (once published)
choco install entire
# Or from this source
choco install entire --source https://github.com/Teylersf/entire-cli-packages/tree/main/chocolateyDownload directly from GitHub Releases.
After installation:
# Enable in your project
cd your-project
entire enable
# Check status
entire status
# View checkpoints
entire rewindβββ scoop/
β βββ entire.json # Scoop manifest
βββ chocolatey/
β βββ entire.nuspec # Chocolatey metadata
β βββ tools/
β βββ chocolateyinstall.ps1
β βββ chocolateyuninstall.ps1
β βββ VERIFICATION.txt
βββ README.md
When a new version of Entire is released:
- Update version numbers in:
scoop/entire.jsonchocolatey/entire.nuspec
- Update download URLs to new release
- Update SHA256 checksums
- Test installations
- Submit to respective package repositories
| Package Manager | Status | PR/Issue |
|---|---|---|
| Scoop | β³ Pending | TBD |
| Chocolatey | β³ Pending | TBD |
| WinGet | β³ Planned | TBD |
To add a new package manager:
- Create the package configuration
- Test locally
- Submit PR to this repo
- Submit to upstream package repository
- Entire CLI Issues: https://github.com/entireio/cli/issues
- Package Issues: https://github.com/Teylersf/entire-cli-packages/issues
Maintained by the OpenClawMind community