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 modules
system iac get ssh # return content ssh module
system iac get ssh,vaccounts # return content ssh and vaccounts modules
system iac update # open editor with temporary blank yaml file
system iac update all # open editor with temporary yaml file with all content modified modules
system iac update ssh # open editor with yaml module file
system iac update ssh,vaccounts # open editor with temporary yaml file with ssh and vaccounts contents