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 command to mark commands ass completed #1

Closed
nowakjestem opened this issue Apr 26, 2018 · 1 comment
Closed

Add command to mark commands ass completed #1

nowakjestem opened this issue Apr 26, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nowakjestem
Copy link

Sometimes you need to run deplaoy commands on your local enviroment, but commands may use data/code which doesn't exists on current version of app, and running them causes error (eg. table not found 😀).
I think good solution to this will be adding a command to mark all/some tests as done, somthing like
php artisan deploy-commands:mark-completed [--name]

@daverdalas daverdalas added the enhancement New feature or request label Apr 27, 2018
@daverdalas daverdalas self-assigned this Apr 27, 2018
@daverdalas
Copy link
Owner

Added command: php artisan deploy-commands:mark-all-completed. Thanks for support :)

daverdalas pushed a commit that referenced this issue May 28, 2024
Updated to support Laravel 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants