Skip to content

Forward unknown bld commands to the Build host - #2

Merged
Antaris merged 1 commit into
mainfrom
cursor/forward-unknown-commands-4329
Aug 16, 2026
Merged

Forward unknown bld commands to the Build host#2
Antaris merged 1 commit into
mainfrom
cursor/forward-unknown-commands-4329

Conversation

@Antaris

@Antaris Antaris commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Unknown bld commands are now treated as Cake targets on the Build submodule.

init, update, status, tags, repair, build, and extension stay first-class CLI commands. Anything else is forwarded as --target, after the usual submodule init check.

Examples:

  • bld Test → Cake target Test
  • bld Pack → Cake target Pack
  • bld Publish --publish --nuget --token … → Cake target Publish plus host arguments
  • bld Test --path ./src --configuration Release → CLI still parses --path / --configuration; the target is Test

bld --help and bld --version are unchanged.

Open in Web Open in Cursor 

Treat tokens such as Test or Publish as Cake targets, keep bld options
like --path on the CLI, and pass remaining arguments through to the
submodule host.

Co-authored-by: Matthew Abbott <matt@ingeniumsoftware.dev>
@Antaris
Antaris marked this pull request as ready for review August 16, 2026 11:50
@cursor

cursor Bot commented Aug 16, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@Antaris
Antaris merged commit 0a156e3 into main Aug 16, 2026
3 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