-
Notifications
You must be signed in to change notification settings - Fork 15
refactor: simplify CLI install command with cleaner logs and single confirmation #440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 5b9e357
☁️ Nx Cloud last updated this comment at |
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-440.pgflow.pages.dev 📝 Details:
_Last updated: _ |
Merge activity
|
…onfirmation (#440) # Streamline CLI installation experience with simplified UI This PR improves the installation command UX by: 1. Consolidating the installation process into a single confirmation step instead of multiple prompts 2. Simplifying success and status messages to be more concise 3. Restructuring the installation flow to show a clear preview of all changes upfront 4. Removing redundant documentation links from individual steps 5. Using consistent formatting and styling for status messages 6. Adding clearer visual indicators for completed steps The installation now presents all planned changes at once with a single confirmation prompt when not using the `--yes` flag, making the process more efficient while still providing transparency about what will be modified.

Streamline CLI installation experience with simplified UI
This PR improves the installation command UX by:
The installation now presents all planned changes at once with a single confirmation prompt when not using the
--yesflag, making the process more efficient while still providing transparency about what will be modified.