2017 © Pedro Peláez
 

library yamldiff

Spot the differences between two YAML files. Forked from 'mattketmo/yamldiff'

image

nerijusza/yamldiff

Spot the differences between two YAML files. Forked from 'mattketmo/yamldiff'

  • Wednesday, June 13, 2018
  • by nerijusza
  • Repository
  • 0 Watchers
  • 0 Stars
  • 109 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

YamlDiff

Build status... Code quality... License MIT Packagist, (*1)

Spot the differences between 2 yaml files., (*2)

Installation

Build the PHAR file using Box Project., (*3)

# Fetch the sources
git clone git://github.com/MattKetmo/yamldiff.git
cd yamldiff/

# Install dependencies (see https://getcomposer.org/doc/00-intro.md#globally)
composer install

# Build the Phar (see http://box-project.org/)
box build

# Move it to your $PATH
mv yamldiff.phar /usr/local/bin/yamldiff

Usage

yamldiff file1.yml file2.yml

This will show the keys which are present on file1.yml and missing on file2.yml (prefixed by a +), and vice versa (prefixed by a -)., (*4)

For instance, this can be really usefull when comparing your local file parameters.yml with the versionned one parameters.yml.dist on a Symfony project:, (*5)

yamldiff app/config/parameters.yml.dist app/config/parameters.yml

License

YamlDiff is released under the MIT License. See the bundled LICENSE file for details., (*6)

The Versions

13/06 2018

dev-master

9999999-dev

Spot the differences between two YAML files. Forked from 'mattketmo/yamldiff'

  Sources   Download

MIT

The Requires

 

by Nerijus Zaniauskas

13/06 2018

v1.0.2

1.0.2.0

Spot the differences between two YAML files. Forked from 'mattketmo/yamldiff'

  Sources   Download

MIT

The Requires

 

by Nerijus Zaniauskas

13/06 2018

v1.0.1

1.0.1.0

Spot the differences between two YAML files. Forked from 'mattketmo/yamldiff'

  Sources   Download

MIT

The Requires

 

by Nerijus Zaniauskas

14/09 2014

v1.0.0

1.0.0.0

Spot the differences between two YAML files

  Sources   Download

MIT

The Requires

 

13/09 2013

v0.2

0.2.0.0

Spot the differences between two YAML files

  Sources   Download

The Requires

 

10/03 2013

v0.1

0.1.0.0

Spot the differences between two YAML files

  Sources   Download

The Requires