Skip to content

docs(cli): removed cloudsmith links cli#5467

Merged
victorvhs017 merged 3 commits into
mainfrom
docs/removed-cloudsmith-links-cli
Feb 13, 2026
Merged

docs(cli): removed cloudsmith links cli#5467
victorvhs017 merged 3 commits into
mainfrom
docs/removed-cloudsmith-links-cli

Conversation

@victorvhs017
Copy link
Copy Markdown
Contributor

Context

With PR #127 in the CLI repo, all Infisical CLI releases are now served from the official Infisical artifact repository at https://artifacts-cli.infisical.com instead of Cloudsmith.

The docs still referenced Cloudsmith URLs for CLI installation. This PR updates them to use the new distribution URLs so that users follow the correct installation steps.

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

  • Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
  • Tested locally
  • Updated docs (if needed)
  • Read the contributing guide

Victor Santos added 2 commits February 12, 2026 14:17
…sical CLI

- Removed outdated warning regarding Debian/Ubuntu releases.
- Updated installation commands to use the official Infisical repository for all platforms.
- Replaced `curl` with `wget` in Alpine installation instructions for consistency.
- Updated version links in tips to point to the GitHub releases page.
- Changed the command for adding the Infisical repository to use `sudo -E bash` for better compatibility.
- Fixed formatting in Docker installation instructions by removing unnecessary trailing whitespace.
@maidul98
Copy link
Copy Markdown
Collaborator

maidul98 commented Feb 12, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Feb 12, 2026

Greptile Overview

Greptile Summary

This PR updates all CLI installation documentation to reference the new official Infisical artifact repository at https://artifacts-cli.infisical.com instead of Cloudsmith URLs. The changes align with CLI repo PR #127 that migrated distribution to the official repository.

Key changes:

  • Replaced all Cloudsmith URLs (dl.cloudsmith.io/public/infisical/infisical-cli/) with new artifact URLs (artifacts-cli.infisical.com)
  • Updated version reference links from Cloudsmith package pages to GitHub releases
  • Removed deprecation warning about Debian/Ubuntu distributions
  • Added wget to Alpine prerequisites (needed for new installation method)

Minor issue found:

  • Inconsistent Alpine installation command syntax in cli.mdx (uses sudo -E bash while other files use sudo sh)

Confidence Score: 4/5

  • Safe to merge with minor documentation inconsistency
  • Documentation-only changes with correct URL updates throughout; one minor style inconsistency in Alpine command syntax that should be standardized
  • docs/documentation/getting-started/cli.mdx has inconsistent Alpine installation syntax

Important Files Changed

Filename Overview
docs/cli/overview.mdx Updated Cloudsmith URLs to new artifacts repository and removed deprecation warning
docs/documentation/getting-started/cli.mdx Updated installation URLs; inconsistent Alpine command syntax found
docs/documentation/getting-started/docker.mdx Updated Cloudsmith URLs to artifacts repository in Docker examples

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

9 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Comment thread docs/documentation/getting-started/cli.mdx Outdated
- Updated the command for adding the Infisical repository to use `sudo sh` instead of `sudo -E bash` for improved clarity and compatibility.
@victorvhs017 victorvhs017 merged commit 3d620f1 into main Feb 13, 2026
7 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.

3 participants