Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weknowinc/drupal-console-yaml
Drupal Console Yaml commands
https://github.com/weknowinc/drupal-console-yaml
console drupal symfony yaml
Last synced: 7 days ago
JSON representation
Drupal Console Yaml commands
- Host: GitHub
- URL: https://github.com/weknowinc/drupal-console-yaml
- Owner: weknowinc
- Created: 2016-12-23T15:51:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T19:52:26.000Z (over 7 years ago)
- Last Synced: 2024-12-16T00:48:22.670Z (26 days ago)
- Topics: console, drupal, symfony, yaml
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Console Yaml
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](https://github.com/hechoendrupal/drupal-console-extend#drupal-console-extend)