[ 源代码: octocatalog-diff ]
软件包:octocatalog-diff(2.1.0-1)
octocatalog-diff 的相关链接
Debian 的资源:
下载源码包 octocatalog-diff:
- [octocatalog-diff_2.1.0-1.dsc]
- [octocatalog-diff_2.1.0.orig.tar.gz]
- [octocatalog-diff_2.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
compile and compare Puppet catalogs from 2 branches, versions, etc
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.
其他与 octocatalog-diff 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-diffy (>= 3.1.0)
- convenient way to diff strings in Ruby
-
- dep: ruby-hashdiff (>= 0.2.3)
- library for computing the smallest difference between two hashes
-
- dep: ruby-httparty (>= 0.11.0)
- quick web service consumption from any Ruby class
-
- dep: ruby-parallel (>= 1.12.0)
- library to run any kind of code in parallel processes
-
- dep: ruby-rugged (>= 0.25.0b2)
- Ruby binding to the libgit2 library