Skip to content

Commit 8e7a6b0

Browse files
LucioFrancoclaude
andauthored
Remove Boreal branding from CLI help command (#3590)
Keep the hosting URL since we have not migrated yet. Slack thread: https://fiveonefour-workspace.slack.com/archives/C08BYKG5P7C/p1771346376263729?thread_ts=1771346350.772869&cid=C08BYKG5P7C https://claude.ai/code/session_01H6MAHHAsAYoc36xtm1mXaQ <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Single-string help text update; no behavioral, data, or security-impacting changes. > > **Overview** > Updates the CLI `--help`/after-help banner to remove the “Boreal” product name from the hosting blurb, while keeping the existing Fiveonefour hosting sign-up URL unchanged. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f04b0d4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 79b7dee commit 8e7a6b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/framework-cli/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ pub fn prompt_password(prompt_text: &str) -> Result<String, RoutineFailure> {
243243
Email: hello@fiveonefour.com
244244
245245
\x1b[1;4mHOSTING\x1b[0m
246-
Try Boreal, Fiveonefour's hosting platform built for MooseStack apps.
246+
Try Fiveonefour's hosting platform built for MooseStack apps.
247247
Sign up for a free trial: https://fiveonefour.boreal.cloud/sign-up"
248248
)]
249249
pub struct Cli {

0 commit comments

Comments
 (0)