Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.51 KB

v1.md

File metadata and controls

41 lines (21 loc) · 1.51 KB

octocatalog-diff v1 API documentation

API calls

catalog

catalog allows you to build a catalog using the octocatalog-diff compiler or to obtain a catalog from a Puppet server.

Read more about the catalog call

catalog-diff

catalog-diff allows you compare two catalogs and obtain the differences between them. Catalogs can be built if necessary.

Read more about the catalog-diff call

config

config allows you read and parse an octocatalog-diff configuration file.

Read more about the config call

Objects

OctocatalogDiff::API::V1::Catalog

The OctocatalogDiff::API::V1::Catalog object represents a compiled catalog and supports several methods to get information about the catalog.

Read more about the OctocatalogDiff::API::V1::Catalog object

OctocatalogDiff::API::V1::Diff

The OctocatalogDiff::API::V1::Diff object represents a difference between two catalogs and supports several methods to get information about the difference.

Read more about the OctocatalogDiff::API::V1::Diff object

OctocatalogDiff::API::V1::Override

The OctocatalogDiff::API::V1::Override object represents a user-supplied fact or ENC parameter that will be used when compiling a catalog.

Read more about the OctocatalogDiff::API::V1::Override object