diff options
Diffstat (limited to 'databases/puppetdb-cli/pkg-descr')
| -rw-r--r-- | databases/puppetdb-cli/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/puppetdb-cli/pkg-descr b/databases/puppetdb-cli/pkg-descr new file mode 100644 index 000000000000..8cbd4bf2969c --- /dev/null +++ b/databases/puppetdb-cli/pkg-descr @@ -0,0 +1,11 @@ +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 |
