Skip to content

Allow azd exec pass-through flags without separator#29

Merged
jongio merged 1 commit intomainfrom
paramdesignupdated
Jan 14, 2026
Merged

Allow azd exec pass-through flags without separator#29
jongio merged 1 commit intomainfrom
paramdesignupdated

Conversation

@jongio
Copy link
Owner

@jongio jongio commented Jan 14, 2026

Summary

  • stop flag parsing after the script target so downstream flags reach the invoked command without needing --
  • embed PowerShell inline args into a single -Command string to prevent extra quoting
  • add regression tests for pass-through args and PowerShell inline handling

@github-actions
Copy link
Contributor

github-actions bot commented Jan 14, 2026

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

github-actions bot added a commit that referenced this pull request Jan 14, 2026
@jongio jongio merged commit 28fecd1 into main Jan 14, 2026
15 checks passed
@github-actions
Copy link
Contributor

🚀 Test This PR

A preview build (0.2.32-pr29) is ready for testing!

🌐 Website Preview

Live Preview: https://jongio.github.io/azd-exec/pr/29/

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-exec/main/cli/scripts/install-pr.ps1) } -PrNumber 29 -Version 0.2.32-pr29"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-exec/main/cli/scripts/install-pr.sh | bash -s 29 0.2.32-pr29

Uninstall

When you're done testing:

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-exec/main/cli/scripts/uninstall-pr.ps1) } -PrNumber 29"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-exec/main/cli/scripts/uninstall-pr.sh | bash -s 29

Build Info:

What to Test:
Please review the PR description and test the changes described there.

github-actions bot added a commit that referenced this pull request Jan 14, 2026
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.

1 participant