mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 06:03:25 +00:00
Previously `cf config init-env` created the .env file next to the compose-farm.yaml config file. This was unintuitive when working in stack subdirectories - users expected the file in their current directory. Now the default is to create .env in the current working directory, which matches typical CLI tool behavior. Use `-o /path/to/.env` to specify a different location.