revert: "feat: [PR-1797] add sf migrate command and Rust CLI migration banner (#266)"#267
Conversation
…on banner (#266)" This reverts commit 06230a2. The Rust CLI install script at cli.sfcompute.com does not actually create the promised `sf-old` fallback, so users who follow the migration banner / `sf migrate` lose access to the legacy CLI. Reverting the banner + `sf migrate` command until that install script is fixed. Generated with [Indent](https://indent.com) Co-Authored-By: Indent <noreply@indent.com>
Changed Files
|
|
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
sf migrate command and Rust CLI migration banner (#266)"sf migrate command and Rust CLI migration banner (#266)"
Summary
Reverts #266 (commit
06230a2).Motivation
The Rust CLI install script at
cli.sfcompute.comdoes not actually create the promisedsf-oldfallback (repro:curl -fsSL https://sfcompute.com/cli/install | bashfollowed bysf migrateleaves no workingsf-oldon disk). That means anyone who follows the new migration banner or runssf migrateloses access to the legacy CLI entirely, with no escape hatch.Pulling the banner +
sf migratecommand until the install script is fixed.Testing
mainafter this merges so the prompt stops shipping to users.