RebootixHub CLI
Install
bash
npm i -g rebootixhub
Auth (publish)
bash
rebootixhub login rebootixhub whoami
Search
bash
rebootixhub search "postgres backups"
Install
bash
rebootixhub install my-skill rebootixhub install my-skill --version 1.2.3
Update (hash-based match + upgrade)
bash
rebootixhub update my-skill rebootixhub update my-skill --version 1.2.3 rebootixhub update --all rebootixhub update my-skill --force rebootixhub update --all --no-input --force
List
bash
rebootixhub list
Publish
bash
rebootixhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
Notes
- •Default registry: https://rebootixhub.com (override with REBOOTIXHUB_REGISTRY or --registry)
- •Default workdir: cwd (falls back to Rebootix workspace); install dir: ./skills (override with --workdir / --dir / REBOOTIXHUB_WORKDIR)
- •Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set