You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance CLI functionality to support environment variables from stdin
- Introduced the --env-stdin option to read environment variables directly from stdin.
- Updated usage instructions to reflect the new option and clarify mutual exclusivity with --env-file.
- Added error handling for multiple --env-stdin specifications and conflicts with --env-file.
- Implemented tests to verify the new functionality and error conditions.
0 commit comments