Simplify CLI reference for v1.0: remove deprecated commands#2
Merged
fullstackjam merged 1 commit intomainfrom Apr 19, 2026
Merged
Simplify CLI reference for v1.0: remove deprecated commands#2fullstackjam merged 1 commit intomainfrom
fullstackjam merged 1 commit intomainfrom
Conversation
OpenBoot v1.0 narrowed the CLI to install + snapshot and removed 13 commands (pull, push, diff, clean, log, restore, init, setup-agent, doctor, update, list, edit, delete). This aligns the docs with the new surface: - Rewrite cli-reference.md around install/snapshot/login/version; document positional source resolution, add-only install, sync-source resume, and snapshot --publish/--slug. - Rewrite env-vars.md: drop OPENBOOT_DOTFILES, OPENBOOT_API_URL, OPENBOOT_DISABLE_AUTOUPDATE, OPENBOOT_INSTALL_DIR, OPENBOOT_SKIP_CHECKSUM, and stale file-location paths. - Rewrite snapshot.md: document --publish, --slug, TTY/pipe behavior, and that shell capture now actually populates. - Rewrite quick-start.md and faq.md: drop openboot update --self, add the "running again" sync flow, clarify that install is add-only. - Delete openboot-yml.md (openboot init was removed with no replacement). - Switch openboot --preset/--shell/--dotfiles/--macos examples to the openboot install -p/--shell/... forms in presets.md and dotfiles-shell.md. - Update llms.txt/llms-full.txt to match.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major documentation update reflecting OpenBoot v1.0's simplified command set. The CLI has been reduced to two core verbs (
installandsnapshot) plus authentication and version commands. All deprecated commands (pull,push,sync,diff,log,restore,init,list,edit,delete,clean,doctor,update) have been removed from documentation.Key Changes
pull,push,sync,diff,log,restore,init,setup-agent,doctor,update,list,edit,delete,clean.openboot.ymlreference (src/docs/openboot-yml.md) — project-level config is no longer supportedopenboot install [source]— add packages to your Mac (add-only, never uninstalls)openboot snapshot— capture your environment and optionally publishinstallbehavior to clarify resume logic: if a machine has a saved sync source, it resumes; otherwise interactive TUI launchessnapshotdestinations with explicit flag behavior (--local,--publish,--json,--import)openboot install -p minimalinstead ofopenboot --preset minimal)openbootdotdev/tap/openboot)Notable Details
installis now explicitly add-only — users are directed tobrew uninstallfor removalsnapshot --publishnow overwrites existing configs in place (no revision history)edit,list,delete)https://claude.ai/code/session_01WkokhHbNczZSrU1QAXJz5B