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