File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55` catalog-diff ` allows you compare two catalogs and obtain the differences between them. Catalogs can be built if necessary.
66
77This is analogous to using the default arguments with the octocatalog-diff command-line script.
8+
9+ ```
10+ catalog_diff_result = OctocatalogDiff::API::V1.catalog_diff(
11+
12+ )
13+ ```
14+
15+ ## Options
16+
17+ ** NOTE** : Additional options as described in the [ options reference] ( /doc/optionsref.md ) may also have an effect on catalog difference generation.
18+
19+ ## Return value
20+
21+ ## Exceptions
Original file line number Diff line number Diff line change 1+ # octocatalog-diff v1 API documentation: OctocatalogDiff::Catalog
2+
3+ ## Overview
4+
5+ ` OctocatalogDiff::Catalog ` is a class that represents a compiled catalog.
6+
7+ This object is the return value from the [ ` catalog ` ] ( /doc/dev/api/v1/catalog.md ) API call.
8+
9+ ## Methods
10+
11+ ## Exceptions
You can’t perform that action at this time.
0 commit comments