acsf-tools
acsf-tools copied to clipboard
Only works for dev, test and prod environments
I have a fourth environment in my ACSF subscription, called "PPROD" (used for Pre-Production). Some of the commands like acsf:tools-get-deployed-tag
don't work.
Checking the code I see that it would be needed to refactor the acsf_tools_config.yml
file to be able to define an undefined number of webservers (PPROD uses one different than dev/prod), mayne in a similar way to the rest_factories
entries.
Also, the logic that parses the yaml file would need to be adapted, and from what I can see in AcsfToolsUtils.php
a few functions have the environments hardcoded too.
Are there any plans to support this?