Platform ops in one executable
A single executable to do all the useful Ops commands.
Pops is meant to be used by all developers. So they don't have to bother setting up Ruby environment to use platform_ops.
If this works well, we may consider rewriting more and more stuff from platform_ops into pops.
knife data bag show took 6s while pops can do it in under 0.1s.git.--help.Check releases for downloads. Put the executable into your $PATH. That's it.
dec Decrypt Chef data bagenc Encrypt Chef data bagdb up Start the databasedb init Init the databasedb down Destroy the databaserand iv Generate an random initialization vectorrand secret Generate an random secret (Can be used to encrypt/decrypt Chef data bag)You can get the usage of all commands by pops [command] -h