Closed JohannesWiesner closed 1 year ago
Currently, we can specify a directory for the exported .yml file but not a file name. But if we want to create explicit & dynamic filenames (for example with GitHub Actions where we run tcy for different OS) we need to be able to do something like:
tcy.py linux --ym_file_name=environment_linux.yml
Currently, we can specify a directory for the exported .yml file but not a file name. But if we want to create explicit & dynamic filenames (for example with GitHub Actions where we run tcy for different OS) we need to be able to do something like:
tcy.py linux --ym_file_name=environment_linux.yml