Open
Conversation
Static single-page marketing site showcasing pv's capabilities. Dark theme with blueprint grid pattern, animated terminal demo, feature cards, installation instructions, and copy-to-clipboard. No build tools or dependencies — pure HTML, CSS, and JS.
Floating button in the bottom-right cycles through 10 palettes (blue, emerald, violet, rose, amber, cyan, orange, pink, teal, indigo). Refactors all hardcoded accent rgba values to CSS custom properties so the JS switcher can update everything at once.
munezaclovis
added a commit
that referenced
this pull request
Mar 6, 2026
…izard (#26) - Replace nested subcommands with colon-namespaced top-level commands: `pv php install` → `pv php:install`, `pv service add` → `pv service:add`, etc. - Move `pv use php:X` → `pv php:use X` (direct version arg, no prefix) - Add `pv setup` — interactive wizard using charmbracelet/huh for choosing PHP versions, tools (Composer, Mago, Colima), services, and TLD - Add standalone install commands: `pv composer:install`, `pv mago:install`, `pv colima:install` - Update `pv install` description to clarify it's the non-interactive path - Update all user-facing strings, help text, doctor fixes, shims, and E2E scripts to use new command format - Delete parent command files (cmd/php.go, cmd/service.go, cmd/use.go)
munezaclovis
added a commit
that referenced
this pull request
Mar 6, 2026
…27) * Refactor CLI to colon-namespaced commands and add interactive setup wizard (#26) - Replace nested subcommands with colon-namespaced top-level commands: `pv php install` → `pv php:install`, `pv service add` → `pv service:add`, etc. - Move `pv use php:X` → `pv php:use X` (direct version arg, no prefix) - Add `pv setup` — interactive wizard using charmbracelet/huh for choosing PHP versions, tools (Composer, Mago, Colima), services, and TLD - Add standalone install commands: `pv composer:install`, `pv mago:install`, `pv colima:install` - Update `pv install` description to clarify it's the non-interactive path - Update all user-facing strings, help text, doctor fixes, shims, and E2E scripts to use new command format - Delete parent command files (cmd/php.go, cmd/service.go, cmd/use.go) * Move Colima binary to ~/.pv/internal/bin/ to avoid PATH pollution Users may have their own Colima installed. Placing ours in ~/.pv/internal/bin/ (not on PATH) avoids shadowing it. All pv code already calls Colima via config.ColimaPath() (full path). * Add tests for InternalBinDir, ColimaPath, and ColimaSocketPath
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
docs/for GitHub Pages deploymentpv install,pv link, andpv php installcommandsFiles
docs/index.htmldocs/style.cssdocs/script.jsDesign
#0b0f1a), electric blue accent (#155dfc)To deploy
Enable GitHub Pages in repo settings → source:
Deploy from a branch→ branch:main, folder:/docs