You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parent: backend#830 (RFC-0001 epic) · RFC: §6.2 (naming rationale), §8 · Flow family: backend#879 (Data) · Phase 1 — CLI, buildable now (no backend dependency) Related: the ingestion-bug set (cli#67–#77) is on these same commands — they must keep working via aliases
Why
The naming is locked: the noun is data (not dataset), and the verbs are data ingest / data list / data delete:
ingest, never push — "push" implies egress to a remote (git / cloud). This data stays on-prem, inside the customer's own cluster/workspace; ingest (pull-into-your-own-workspace) is the honest, reassuring verb for sensitive-data users.
delete, never rm — the destructive verb is spelled out: beginner-clear and consistent with client … delete.
Scope
Rename the command group dataset → data; verbs push → ingest, rm → delete (list unchanged).
Parent: backend#830 (RFC-0001 epic) · RFC: §6.2 (naming rationale), §8 · Flow family: backend#879 (Data) · Phase 1 — CLI, buildable now (no backend dependency)
Related: the ingestion-bug set (cli#67–#77) is on these same commands — they must keep working via aliases
Why
The naming is locked: the noun is
data(notdataset), and the verbs aredata ingest/data list/data delete:ingest, neverpush— "push" implies egress to a remote (git / cloud). This data stays on-prem, inside the customer's own cluster/workspace;ingest(pull-into-your-own-workspace) is the honest, reassuring verb for sensitive-data users.delete, neverrm— the destructive verb is spelled out: beginner-clear and consistent withclient … delete.Scope
dataset→data; verbspush→ingest,rm→delete(listunchanged).dataset,push,rmas hidden aliases for one deprecation cycle — don't break existing scripts, docs, or the cli#67–dataset push: category-irrelevant flags are silently accepted and ignored (e.g. --target-size on tabular, --schema on images) #77 bug repros.Acceptance
data ingest/data list/data deletework;dataset push/dataset rmstill work (hidden, optionally with a one-line deprecation hint).Work Type: Feature · Squad: DevEx · Area: SDK (CLI) · Priority: P1