iac
Использование
system iac [-h] [--to_file] {get,update} ...
Описание
Управление IaC данными в формате YAML.
Аргументы
get- Get configuration yaml modules.update- Edit configuration yaml modules..--to_file- Redirect output to file (/tmp/cli-stdout.txt).
Примеры использования
system iac get all # return content all modified modulessystem iac get ssh # return content ssh modulesystem iac get ssh,vaccounts # return content ssh and vaccounts modulessystem iac update # open editor with temporary blank yaml filesystem iac update all # open editor with temporary yaml file with all content modified modulessystem iac update ssh # open editor with yaml module filesystem iac update ssh,vaccounts # open editor with temporary yaml file with ssh and vaccounts contents