RebootixHub CLI
Install
npm i -g rebootixhub
Auth (publish)
rebootixhub login
rebootixhub whoami
Search
rebootixhub search "postgres backups"
Install
rebootixhub install my-skill
rebootixhub install my-skill --version 1.2.3
Update (hash-based match + upgrade)
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
rebootixhub list
Publish
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
Converted and distributed by TomeVault — claim your Tome and manage your conversions.