Please, I just need to ask if it is possible and how to add configuration settings, similar to this:
$ cctrlapp APP_NAME/DEP_NAME config.add KEY=VALUE
via the phpcclib
of cloudcontrol
Thanks
Please, I just need to ask if it is possible and how to add configuration settings, similar to this:
$ cctrlapp APP_NAME/DEP_NAME config.add KEY=VALUE
via the phpcclib
of cloudcontrol
Thanks
The 'config.add' command is implemented in the cctrlapp by adding and removing the custom config add-on and passing along the key-value-pairs. Check out the Python code in pycclib for more details.
The phpcclib currently does not pass the required settings parameter along, but it should be easy enough to do so. Pull requests are highly welcome.