Skip to content

fix: wire upstream command into CLI entry point#225

Merged
bradygaster merged 1 commit intobradygaster:mainfrom
tamirdresher:fix/upstream-cli-wiring
Mar 6, 2026
Merged

fix: wire upstream command into CLI entry point#225
bradygaster merged 1 commit intobradygaster:mainfrom
tamirdresher:fix/upstream-cli-wiring

Conversation

@tamirdresher
Copy link
Contributor

Closes #224

The upstream command (add/remove/list/sync) was fully implemented in upstream.ts but never registered in cli-entry.ts. Running squad upstream returned Unknown command.

Fix: Added the if (cmd === 'upstream') routing block + help text entry (9 lines total).

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

The upstream command (add/remove/list/sync) was fully implemented in
upstream.ts but never registered in cli-entry.ts. Running 'squad upstream'
returned 'Unknown command'.

Closes bradygaster#224

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@tamirdresher
Copy link
Contributor Author

@bradygaster when you get the chance

@bradygaster bradygaster merged commit 2c6079d into bradygaster:main Mar 6, 2026
1 of 2 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.

bug: upstream command not wired into CLI

2 participants