fix(cli): advertise the shipped data ingest command in install output#134
Merged
Conversation
The self-installer's "First steps" pointed at the old `dataset push` name (kept only as a deprecated alias). Point it at the canonical `data ingest` on both the shell and PowerShell installers, and fix a grammar nit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
👋 Heads-up — Code review queue is at 34 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
saadqbal
pushed a commit
that referenced
this pull request
Jul 6, 2026
…ings (#135) Several user-facing printed and help strings still named the old `dataset push` command, which was renamed to `data ingest` (old name kept only as a deprecated alias). Update the strings a customer actually sees to the canonical verbs: - cluster info/doctor success line: "Ready for `tracebloc data ingest`." - `cluster` Long help: next `data ingest` will target … - `cluster info` Long help: jobs-manager Service the next data ingest - `ingest validate` Long help: pre-flight before `tracebloc data ingest` Left internal code comments (developer-facing, not printed) and the alias-resolution tests untouched. `data_list.go`'s "emit the dataset list as JSON" is descriptive ("the list of datasets"), not a command reference, so it stays as-is. Separate from the install-time messaging fixed in #134. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
saadqbal
approved these changes
Jul 6, 2026
saadqbal
approved these changes
Jul 6, 2026
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
The CLI self-installer's "First steps" advertised the old
dataset pushcommand (now only a deprecated alias). Point new users at the canonicaldata ingeston both the shell and PowerShell installers, and fix a small grammar nit ("confirm the CLI can reach…").Companion to the install-experience UX pass in tracebloc/client#307.
Before / after
Before
After
🤖 Generated with Claude Code