Skip to content
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

Add a post execution summary of what lambo has done #108

Open
jonsugar opened this issue Aug 10, 2020 · 0 comments
Open

Add a post execution summary of what lambo has done #108

jonsugar opened this issue Aug 10, 2020 · 0 comments
Milestone

Comments

@jonsugar
Copy link
Collaborator

jonsugar commented Aug 10, 2020

Once all steps have completed, show the user a summary of what has been completed.

Consider running lambo new my-app --full -v. A lot of output will quickly scroll by and the user may miss warnings or other useful feedback from Lambo.

The idea here is to surface any such messages while also reinforcing the steps successfully completed.

for example (exact format TBD):

⋮
Completed successfully with warnings:

[ WARN ] Your MySQL server is not running so I skipped database creation.
         Start your MySQL server and add the database manually.
[ WARN ] Your MySQL server is not running so I skipped database migration.
         Start your MySQL server and run database migrations manually.

Summary
=======

✓ Created new project 'foo' at ~/Sites/foo
✓ Valet is serving your site securely at https://foo.test
✓ Inertia scaffolding installed
✓ All javascript dependencies installed and compiled.
✗ Database migrated

Done, happy coding!
Lambo is bought to you by the lovely folks at Tighten.
@jonsugar jonsugar added this to the Post launch milestone Sep 1, 2020
@jonsugar jonsugar modified the milestones: Post launch, v1.1.0 Mar 18, 2021
@jonsugar jonsugar removed this from the v1.1.0 milestone Mar 27, 2021
@jonsugar jonsugar added this to the v1.4 milestone Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant