git-kustomize-diff

command module
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

README

git-kustomize-diff

Go Reference Coverage Status

Check diff of your kustomize directory.

Prerequisites

Installation

Install from the Go source code:

$ go install -u github.com/dtaniwaki/git-kustomize-diff

For MacOS, use Homebrew:

brew tap dtaniwaki/git-kustomize-diff
brew install git-kustomize-diff

Or, download the binary from GitHub Releases and put it in your $PATH.

Usage

$ git-kustomize-diff run

Flags:

Usage:
  git-kustomize-diff run target_dir [flags]

Flags:
      --allow-dirty             allow dirty tree
      --base string             base commitish (default to origin/main)
      --debug                   debug mode
      --exclude string          exclude regexp (default to none)
  -h, --help                    help for run
      --include string          include regexp (default to all)
      --kustomize-path string   path of a kustomize binary (default to embeded)
      --target string           target commitish (default to the current branch)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright (c) 2021 Daisuke Taniwaki. See LICENSE for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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