Skip to content

fix: update CLI command for installation instructions - #8

Merged
roble merged 2 commits into
mainfrom
dev-v2
Jul 22, 2026
Merged

fix: update CLI command for installation instructions#8
roble merged 2 commits into
mainfrom
dev-v2

Conversation

@roble

@roble roble commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the installation command shown in the HeroSection.vue file to use a new, simpler CLI command for installing Saucebase. Instead of the previous laravel new command, it now uses a curl command that pipes the install script directly to bash.

  • Installation Command Update:
    • Changed the CLI_COMMAND variable in HeroSection.vue to use curl -fsSL https://install.saucebase.dev | bash for a streamlined installation process.

Summary by CodeRabbit

  • Updates
    • Updated the CLI installation command shown in the hero section.
    • The “Using CLI” tab now displays and copies the new one-line installer command.
    • Refreshed the CLI footer text and installation link to point to the Saucebase installation docs, including support wording for macOS, Linux, and Windows.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c11d1a92-f09a-4c17-93ab-a004e97cb5e1

📥 Commits

Reviewing files that changed from the base of the PR and between 45d9832 and bc7cd56.

📒 Files selected for processing (1)
  • resources/js/vue/pages/sections/HeroSection.vue
🚧 Files skipped from review as they are similar to previous changes (1)
  • resources/js/vue/pages/sections/HeroSection.vue

📝 Walkthrough

Walkthrough

The hero section’s CLI tab now displays and copies the Saucebase one-line installer command, with updated platform messaging and a link to Saucebase installation documentation.

Changes

Hero CLI installation

Layer / File(s) Summary
Update CLI installation content
resources/js/vue/pages/sections/HeroSection.vue
CLI_COMMAND now uses the Saucebase installer command, and the CLI footer references macOS, Linux, Windows, and Saucebase installation documentation.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: updating the CLI installation command and related instructions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev-v2

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@resources/js/vue/pages/sections/HeroSection.vue`:
- Line 14: Update the installation guidance near the CLI command so the footer
no longer claims compatibility with the official Laravel CLI; replace or remove
the “Works with the official Laravel CLI” message to accurately reflect the
curl-based Saucebase installer.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e667909e-2b01-4cec-9003-fe2d04ef023c

📥 Commits

Reviewing files that changed from the base of the PR and between 4ace374 and 45d9832.

📒 Files selected for processing (1)
  • resources/js/vue/pages/sections/HeroSection.vue

Comment thread resources/js/vue/pages/sections/HeroSection.vue
@roble
roble merged commit 2c55f28 into main Jul 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant