Skip to content

Conversation

@jongio
Copy link
Owner

@jongio jongio commented Feb 10, 2026

Improve the local installation process by modifying the Build function to compile and install the CLI binary in one step. Simplify the Setup function to focus on building and installing, while clarifying the usage of other commands for local testing. Adjust messaging for better user guidance.

github-actions bot added a commit that referenced this pull request Feb 10, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2026

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2026

🚀 Test This PR

A preview build (0.3.2-pr32) is ready for testing!

🌐 Website Preview

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

One-Line Install (Recommended)

PowerShell (Windows):

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

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-exec/main/cli/scripts/install-pr.sh | bash -s 32 0.3.2-pr32

Uninstall

When you're done testing:

PowerShell (Windows):

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

Bash (macOS/Linux):

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

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 Feb 10, 2026
github-actions bot added a commit that referenced this pull request Feb 10, 2026
@jongio jongio merged commit 667d771 into main Feb 10, 2026
15 checks passed
@jongio jongio deleted the localsetup branch February 10, 2026 20:45
github-actions bot added a commit that referenced this pull request Feb 10, 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