Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
/ env-checker Public archive

Small tool to test your deployment configuration for missing environment variables

Notifications You must be signed in to change notification settings

Pararius/env-checker

Repository files navigation

env-checker

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

CLI tool to check if your k8s deployment implements all environment variables that your project specifies.

DEMO

Requirements

  • Machine with PHP installed (>= 7.2)
  • You deploy your project on a Kubernetes cluster, but maintain it's configuration in a separate repository.

Documentation