dev-master
9999999-devInstante NEON configurator is a command-line utility to update NEON files.
GPL-3.0 BSD-3-Clause GPL-2.0
The Requires
- php >=5.6.0
- nette/neon ~2.4
The Development Requires
nette instante
Wallogit.com
2017 © Pedro Peláez
Instante NEON configurator is a command-line utility to update NEON files.
Makes updates to neon configuration files super easy., (*2)
Includes integration as a Kdyby\Console command
or running through simple php file included in composer bin., (*3)
<project root>$ vendor/bin/update-neon path/to/neon-file.neon path.to.key value <project root>$ vendor/bin/update-neon app/config/local.neon parameters.webmasterEmail john@doe.com
Field types are parsed and written back as NEON values. Note that shell consumes quotes, so you have to backslash them if you want to actually insert a string. like in this example:, (*4)
$ vendor/bin/update-neon demo.neon foo yes $ vendor/bin/update-neon demo.neon bar "yes" $ vendor/bin/update-neon demo.neon baz \"yes\"
results in, (*5)
foo: true bar: true baz: "yes"
The best way to install Instante neon-configurator is using Composer:, (*6)
$ composer require instante/neon-configurator
Instante NEON configurator is a command-line utility to update NEON files.
GPL-3.0 BSD-3-Clause GPL-2.0
nette instante