Skip to content

Default to the production cloudsmith/cli repository - #4

Merged
BartoszBlizniak merged 1 commit into
mainfrom
fix/production-repository-default
Jul 15, 2026
Merged

Default to the production cloudsmith/cli repository#4
BartoszBlizniak merged 1 commit into
mainfrom
fix/production-repository-default

Conversation

@BartoszBlizniak

Copy link
Copy Markdown
Member

Description

Replaces the temporary test-repository default in install.sh and install.ps1 with the production repository cloudsmith/cli, now that the end-to-end validation of the standalone binaries is complete. CLOUDSMITH_CLI_REPOSITORY (and -Repository) still override the default, which is how the test suites and pre-release verification continue to work.

Note: default installs will resolve once the first standalone CLI release publishes binaries and manifests to cloudsmith/cli. Tag v0.1.0 after merging so downstream integrations can vendor a pinned release.

🤖 Generated with Claude Code

The scripts shipped with a temporary test repository default while the
standalone binaries were validated end to end. Binaries now publish to
cloudsmith/cli, so the installer defaults there. CLOUDSMITH_CLI_REPOSITORY
still overrides the default for testing.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 15, 2026 11:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the installer scripts to default to the production Cloudsmith CLI repository (cloudsmith/cli) now that standalone binary validation is complete, while preserving existing overrides for tests and pre-release flows.

Changes:

  • Switch the default repository in install.sh to cloudsmith/cli.
  • Switch the default -Repository value in install.ps1 to cloudsmith/cli.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
install.sh Updates DEFAULT_REPOSITORY to the production cloudsmith/cli source for release downloads.
install.ps1 Updates the default $Repository parameter fallback to cloudsmith/cli for Windows installs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BartoszBlizniak
BartoszBlizniak merged commit 67d92dd into main Jul 15, 2026
12 checks passed
@BartoszBlizniak
BartoszBlizniak deleted the fix/production-repository-default branch July 16, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants