yaml-cli

A command line tool for reading and manipulating yaml files.

MIT License

Downloads
10.1M
Stars
22
Committers
5

Bot releases are visible (Hide)

yaml-cli - 3.2.1 Latest Release

Published by grasmash 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grasmash/yaml-cli/compare/3.2.0...3.2.1

yaml-cli - 3.2.0

Published by grasmash 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grasmash/yaml-cli/compare/3.1.0...3.2.0

yaml-cli - 3.1.0

Published by grasmash over 2 years ago

  • Added --type option to get:value command
  • Added get:type command

Full Changelog: https://github.com/grasmash/yaml-cli/compare/3.0.1...3.1.0

yaml-cli - 3.0.1

Published by grasmash over 2 years ago

3.0.0 was released at the wrong commit hash in error. This is the intended commit.

yaml-cli - 3.0.0

Published by grasmash over 2 years ago

Added support for PHP 8.0 and 8.1. Removed support for PHP 7.x.

yaml-cli - 2.0.2

Published by grasmash over 2 years ago

Fixes #16: Adding DIR to require.

yaml-cli - 2.0.1

Published by grasmash over 4 years ago

  • Correctly return exit code. #13
yaml-cli - 2.0.0

Published by grasmash over 4 years ago

  • Updated Symfony version constraints from ^2.8.11|^3.2 to ^4|^5.
  • Added highest/lowest testing to test both Symfony 4 and 5.
yaml-cli - 1.0.4

Published by grasmash about 5 years ago

The update:value command will now cast the strings 'true' and 'false' to booleans.