aboutsummaryrefslogtreecommitdiff
path: root/databases/puppetdb-cli
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.5Romain Tartière2018-10-032-4/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=481172
* lang/rust: update to 1.29.1Jan Beich2018-09-281-0/+1
| | | | | | | | | | | | - Force rebuild all consumers as standard library is statically linked Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html PR: 229826 (follow up) Approved by: dumbbell Differential Revision: https://reviews.freebsd.org/D17337 Notes: svn path=/head/; revision=480871
* New port: databases/puppetdb-cliRomain Tartière2018-09-273-0/+268
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 With hat: puppet Notes: svn path=/head/; revision=480795