Skip to content

fix(cli): advertise the shipped data ingest command in install output#134

Merged
saadqbal merged 1 commit into
developfrom
ux/install-first-steps-naming
Jul 6, 2026
Merged

fix(cli): advertise the shipped data ingest command in install output#134
saadqbal merged 1 commit into
developfrom
ux/install-first-steps-naming

Conversation

@LukasWodka

Copy link
Copy Markdown
Contributor

Summary

The CLI self-installer's "First steps" advertised the old dataset push command (now only a deprecated alias). Point new users at the canonical data ingest on 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

tracebloc dataset push --help # see the dominant flow

After

tracebloc data ingest --help  # stage a dataset onto the cluster

🤖 Generated with Claude Code

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>
@LukasWodka

Copy link
Copy Markdown
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 saadqbal merged commit c5f6535 into develop Jul 6, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants