go-utils-compare

command module
v0.0.0-...-84c9fff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2024 License: MIT Imports: 9 Imported by: 0

README

Compare Cron Jobs between two configurations

This package provides a simple way to compare two cron job configurations. Solve issue when you have to maintain multiple cron jobs configurations and need to know what is different between them.

Comparing is based on command, name and schedule and result is presented in a table.

Installation

Basic use

go run github.com/jakubfrieb/go-utils-compare@latest \ 
    ../magento-values.yaml \
    ../magento-values.yaml

Automated processing For json output you can add --json flag

go run github.com/jakubfrieb/go-utils-compare@latest \
    --json \
    ../magento-values.yaml \
    ../magento-values.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL