CLI client #23
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Need command-line access to delta from the terminal.
Solution
TypeScript CLI in the same repo, compiled to standalone binary via `bun build --compile`. Talks to REST API over HTTP. Commands: `delta add`, `delta list`, `delta done`, etc. Shares types with the API.
Depends on: #10 (API must be stable)