Empty env keys aren't backwards compatible
See original GitHub issueWell, somehow this broke a project CI/CD pipeline I am working on. It was earlier configured to use empty Email Host Name, hence it’s currently failing with the error **Empty env key**
. Any help would be appreciated
_Originally posted by @mannyanebi in https://github.com/SpicyPizza/create-envfile/issues/40#issuecomment-1040521720_
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
v2.7 expands .env file values · Issue #9704 · docker/compose
This change is problematic because it isn't backwards compatible, and will require synchronized upgrades across environments.
Read more >Dockerfile reference - Docker Documentation
For backward compatibility, leading whitespace before comments ( # ) and instructions ... Environment variables are notated in the Dockerfile either with ...
Read more >Backward Incompatible Changes - Manual - PHP
All key types now use the usual coercions and array/object keys throw a TypeError. ... do not properly set errno in case of...
Read more >Why is Python 3 not backwards compatible? - Stack Overflow
So, basically, Python 3.0 is not backward-compatible on purpose. Thanks to that, you can benefit from a whole new set of features.
Read more >What is the backwards compatible key?
The backwards compatible key itself has no permissions. The order in which you activate the KPE key and backwards compatible key does not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mannyanebi just so I understand whether it’s worth adding some functionality (say a flag that ignores empty values), what’s the use case for having an empty field? Do you think this would be a helpful flag?
I’ve updated the tags for v1 and v1.3 to point to the new version, let me know if any other issues come up 😃