Complete nix-shell dev commands #44

Closed
opened 2026-08-17 01:27:19 +02:00 by myrmidex · 0 comments
Owner

Audit shell.nix against ffr and fill the gaps. dishplanner already has dev-up/dev-down/dev-restart/dev-rebuild/dev-rebuild-quick/dev-logs/dev-shell/dev-artisan/dev-fix-permissions and prod-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 logs
  • base-build — build/push a base image

Add the missing useful commands (at least dev-test and dev-logs-db) and update the help banner.

Audit `shell.nix` against ffr and fill the gaps. dishplanner already has `dev-up`/`dev-down`/`dev-restart`/`dev-rebuild`/`dev-rebuild-quick`/`dev-logs`/`dev-shell`/`dev-artisan`/`dev-fix-permissions` and `prod-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 logs - `base-build` — build/push a base image Add the missing useful commands (at least `dev-test` and `dev-logs-db`) and update the help banner.
myrmidex added this to the v0.8.0 milestone 2026-08-17 01:27:19 +02:00
myrmidex self-assigned this 2026-08-17 01:51:04 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/dishplanner#44
No description provided.