This repository was archived by the owner on Jul 21, 2026. It is now read-only.
chore: [CLD-2844] deprecate sfcompute/cli#272
Merged
Conversation
Mark the legacy TypeScript sf CLI as deprecated ahead of archiving the repo. The startup migrate banner becomes a red "Deprecated" notice and the README leads with a deprecation warning pointing at the Rust CLI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Removed mention of legacy CLI availability as 'sf-old'.
Updated the migration banner message to clarify CLI deprecation and migration instructions.
sigmachirality
approved these changes
Jul 21, 2026
sigmachirality
left a comment
Member
There was a problem hiding this comment.
we need to release a new release after this merges, but otherwise lgtm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Deprecate the legacy TypeScript
sfCLI ahead of archiving this repo.Part of the CLD-2844 plan (from this Slack thread):
Changes
src/lib/migrate.ts— the startup migrate banner is now a red "Deprecated" notice: "This CLI is deprecated and no longer maintained." It keeps thesf migratecall-to-action, the docs link, and theSF_CLI_DISABLE_MIGRATE_BANNERopt-out. No change to when it shows (still skipped for--json,migrate/upgrade, opted-out, and already-migrated users).README.md— leads with a> [!WARNING]deprecation block pointing at the Rust CLI (install + migration guide). Existing docs kept below for archival reference.Banner preview
Verification
tsc --noEmitpasses clean.biome checkreports only pre-existing warnings in untouchedsrc/lib/scale/files.Notes
🤖 Generated with Claude Code