drupal/console-yaml
Composer 安装命令:
composer require drupal/console-yaml
包简介
Drupal Console Yaml
README 文档
README
Drupal Console Yaml, this project contains YAML console commands shared across projects.
Commands:
* yaml:diff Compare two YAML files in order to find differences between them.
* yaml:get:value Get value for a specific key inside the YAML file.
* yaml:merge Merge two or more YAML files in a new YAML file. Latest values are preserved.
* yaml:split Split a YAML file using indent as separator criteria
* yaml:yaml:unset:key Unset/remote a specific key inside the YAML file.
* yaml:update:key Replace a YAML key in a YAML file.
* yaml:update:value Update a value for a specific key in a YAML file.
Install on a site:
cd /path/to/drupal/
composer require drupal/console-yaml
Install globally:
cd cd ~/.console/extend/
composer require drupal/console-yaml
- For more information about adding commands globally Drupal Console Extend
统计信息
- 总下载量: 5.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2017-02-22