fix: use npx @insforge/cli in all user-facing messages#46
Merged
tonychang04 merged 1 commit intomainfrom Apr 1, 2026
Merged
Conversation
Users may not have the CLI installed globally, so recommend `npx @insforge/cli` instead of bare `insforge` in error messages, help text, and status output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WalkthroughThe PR updates CLI guidance messages across 6 files to use the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Fermionic-Lyu
approved these changes
Apr 1, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
insforgecommand references withnpx @insforge/cliin user-facing messagesnpx @insforge/cliis the correct recommendationTest plan
npx @insforge/cli docs --helpand verify examples shownpx @insforge/clinpx @insforge/cli loginnpx @insforge/cli link🤖 Generated with Claude Code
Note
Replace
insforgewithnpx @insforge/cliin all user-facing CLI messagesUpdates all user-facing strings across commands and error classes to reference
npx @insforge/cliinstead ofinsforge. This affects timeout guidance in deployment commands, auth error messages inAuthErrorandProjectNotLinkedError, login prompts in credentials.ts, and help examples in the docs command.Macroscope summarized 15a85d3.
Summary by CodeRabbit
Release Notes
npx @insforge/cliinstead ofinsforgefor all commands, including deployments status, docs, link, and login.