Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a port reachability check for common services like Postgres, Redis, MySQL, and MongoDB. It requires attempting a TCP dial on localhost for their respective default ports and failing with a hint to start the service if nothing is listening. The implementation should be in `internal/check/port.go` and registered under relevant stack conditions.
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
AI Summary: This issue requests adding basic connectivity checks for Postgres and Redis. If `DATABASE_URL` or `REDIS_URL` environment variables are set, the application should attempt to connect and ping Postgres using `pgx` or send a `PING` command to Redis using `go-redis`. The checks should reside in new `internal/checks` files.
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
AI Summary: This issue proposes adding a new check to ensure all keys defined in `.env.example` are present in the local `.env` file. The check should run only when both files exist, and if any keys are missing, it should fail and list them for the user. Implementation should follow the pattern of existing checks and be registered in the central registry.
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project
CLI tool that checks if your local dev environment is ready to run a project