Skip to content

Commit

Permalink
Remove YAML command in behalf of new separate repository https://gith…
Browse files Browse the repository at this point in the history
…ub.com/weknowinc/drupal-console-yaml (#167)

* [chain] Avoid overwrite chain command options with global/default options

* Revert "[chain] Avoid overwrite chain command options with global/default options"

This reverts commit 1096794.

* [chain] Avoid overwrite chain command options with global/default options

* Remove YAML command in behalf of new separate repository https://github.com/weknowinc/drupal-console-yaml
  • Loading branch information
enzolutions authored Jun 9, 2017
1 parent a473a27 commit 9f5acea
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,185 deletions.
10 changes: 0 additions & 10 deletions config/dist/aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,3 @@ commands:
- vdi
views:enable:
- ve
yaml:diff:
- yd
yaml:merge:
- ym
yaml:split:
- ys
yaml:update:key:
- yu
yaml:update:value:
- yuv
34 changes: 0 additions & 34 deletions services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,40 +83,6 @@ services:
arguments: ['@console.configuration_manager']
tags:
- { name: drupal.command }
console.yaml_diff:
class: Drupal\Console\Core\Command\Yaml\DiffCommand
arguments: ['@console.nested_array']
tags:
- { name: drupal.command }
console.yaml_get_value:
class: Drupal\Console\Core\Command\Yaml\GetValueCommand
arguments: ['@console.nested_array']
tags:
- { name: drupal.command }
console.yaml_merge:
class: Drupal\Console\Core\Command\Yaml\MergeCommand
tags:
- { name: drupal.command }
console.yaml_split:
class: Drupal\Console\Core\Command\Yaml\SplitCommand
arguments: ['@console.nested_array']
tags:
- { name: drupal.command }
console.yaml_update_key:
class: Drupal\Console\Core\Command\Yaml\UpdateKeyCommand
arguments: ['@console.nested_array']
tags:
- { name: drupal.command }
console.yaml_update_value:
class: Drupal\Console\Core\Command\Yaml\UpdateValueCommand
arguments: ['@console.nested_array']
tags:
- { name: drupal.command }
console.yaml_unset_key:
class: Drupal\Console\Core\Command\Yaml\UnsetKeyCommand
arguments: ['@console.nested_array']
tags:
- { name: drupal.command }
# DrupalConsoleCore Generators
console.init_generator:
class: Drupal\Console\Core\Generator\InitGenerator
Expand Down
242 changes: 0 additions & 242 deletions src/Command/Yaml/DiffCommand.php

This file was deleted.

97 changes: 0 additions & 97 deletions src/Command/Yaml/GetValueCommand.php

This file was deleted.

Loading

0 comments on commit 9f5acea

Please sign in to comment.