freebsd-ports/databases/rubygem-puppetdb_cli/pkg-descr
Romain Tartière 91abad5b31 Update to 2.0.0
puppetdb-cli was rewritten in Ruby, so the port was moved from
databases/puppetdb-cli to databases/rubygem-puppetdb_cli.

With hat:	puppet
2019-05-15 06:29:37 +00:00

12 lines
528 B
Plaintext

The PuppetDB CLI project provide Puppet subcommands for querying PuppetDB data,
via `puppet query <query>`, and PuppetDB administrative tasks, `puppet db
<import|export|status>`.
The query subcommand will allow you to query PuppetDB using either the upcoming
PQL syntax of the traditional PuppetDB query syntax (also known as AST).
The db subcommand is a replacement for the older puppetdb <export|import>
commands with faster startup times and much friendlier error messages.
WWW: https://github.com/puppetlabs/puppetdb-cli