logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

octocatalog-diff - Compile and compare Puppet catalogs

Author

octocatalog-diff was originally written by GitHub Inc.

       This  manual  page was written by Apollon Oikonomopoulos <apoikos@debian.org> for the Debian project (but
       may be used by others).

octocatalog-diff                                  January 2017                               octocatalog-diff(1)

Description

octocatalog-diff  is  a tool to detect and display differences in Puppet catalogs compiled from different
       environments. The catalogs may be obtained through any of the following means:

              •      Compilation using a local puppet instance

              •      Puppet master 3.x/4.x HTTP API

              •      PuppetDB HTTP API

              •      Precompiled JSON catalogs

       octocatalog-diff filters out attributes or resources with no effect (e.g. tags) and displays  only  state
       differences  between  the  two  catalogs.  It does not require a working Puppet master (or puppetserver),
       making it suitable for development use and use in Continuous Integration environments.

Name

octocatalog-diff - Compile and compare Puppet catalogs

See Also

puppet(8)

Synopsis

       octocatalog-diff [options]

Usage

       For a list of all  available options, please  consult  the  output  of  octocatalog-diff--help.   Usage
       examples are available under /usr/share/doc/octocatalog-diff.

See Also