Complete nix-shell dev commands #44
Labels
No labels
app
backlog
bug
ci-cd
contribution welcome
duplicate
enhancement
good first issue
help wanted
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/dishplanner#44
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit
shell.nixagainst ffr and fill the gaps. dishplanner already hasdev-up/dev-down/dev-restart/dev-rebuild/dev-rebuild-quick/dev-logs/dev-shell/dev-artisan/dev-fix-permissionsandprod-build/prod-push/prod-build-nc/prod-build-push/prod-login.ffr additionally provides:
dev-test [path]— run the PHPUnit suite the CI way (php -d memory_limit=512M vendor/bin/phpunit)dev-logs-db— tail database logsbase-build— build/push a base imageAdd the missing useful commands (at least
dev-testanddev-logs-db) and update the help banner.