Hello,
I need to handle .env files as well as associated environment variable assignment in docker-compose.yml and github actions files. It would be great to be able check for instance that all environment variables specified in the docker-compose file also exist in the .env file, and to add them if needed in a MY_ENV_VAR: $MY_ENV_VAR format in the environment: section.
Would this feature fit in the scope of this project? Would it make sense to allow extensions or command line options of this type?
Hello,
I need to handle .env files as well as associated environment variable assignment in docker-compose.yml and github actions files. It would be great to be able check for instance that all environment variables specified in the docker-compose file also exist in the .env file, and to add them if needed in a MY_ENV_VAR: $MY_ENV_VAR format in the environment: section.
Would this feature fit in the scope of this project? Would it make sense to allow extensions or command line options of this type?