简体   繁体   English

通过cloudcontrol的phpcclib添加配置设置

[英]Adding configuration settings via phpcclib of cloudcontrol

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 通过phpcclibcloudcontrol谢谢

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. 通过添加和删除自定义配置加载项并传递键值对,可以在cctrlapp中实现“ config.add”命令。 Check out the Python code in pycclib for more details. 请查看pycclib中的Python代码以获取更多详细信息。

The phpcclib currently does not pass the required settings parameter along, but it should be easy enough to do so. phpcclib当前没有传递必需的设置参数,但是这样做应该很容易。 Pull requests are highly welcome. 非常欢迎请求请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM