What changed
The Infisical CLI Linux package repository has moved from Cloudsmith to our own host atartifacts-cli.infisical.com (Amazon S3 served via CloudFront). All current and historical releases are available on the new host, so pinned version installs continue to resolve without changes to the version number.
Who is affected
Anyone who installed the CLI on Linux from the Cloudsmithapt, yum/dnf, or apk repository is affected. This includes:
- CI pipelines that install the CLI at build time
- Container images with the CLI baked in
- Developer machines running Linux
Impact of not migrating
We recommend migrating regardless of your package manager to avoid any disruption.
Migration steps
Remove the old Cloudsmith source first, then re-run the repository setup script for your distribution.- Debian / Ubuntu (apt)
- RHEL / CentOS / Fedora (yum/dnf)
- Alpine (apk)
Already on the new host but stuck on an older version?
If you are on RHEL/CentOS/Fedora and your machine won’t install the latest release, your repo config may be pointing at an outdated path from an earlier setup. Re-run the setup script to fix it, then refresh:This version-pinning issue only affects RHEL/CentOS/Fedora (yum/dnf). Debian/Ubuntu and Alpine are not affected.
Verify the migration
After running the setup script, confirm your package manager is pointing at the new host:- Debian / Ubuntu
- RHEL / CentOS / Fedora
- Alpine