deprek8

command module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2022 License: MIT Imports: 5 Imported by: 0

README


Logo

deprek8

A CLI tool that allows to list deprecated deployed Kubernetes resources from Helm or simply k8s objects.

CI workflow

Table of Contents
  1. About The Project
  2. Usage
  3. Setup

About The Project

deprek8 is a CLI tool that :

  • List deployed Helm Charts containing deprecated Kubernetes objects
  • List deprecated Kubernetes resources deployed in a cluster

Usage

  • Helm

List deprecated Helm charts resources :

deprek8 helm [--output outputType] [--export]

-o, --output string              Choose type of output (json|yaml|text) (default: "text")
-e, --export bool                Save output to csv file (default: false)
  • Kubernetes

List deprecated Kubernetes resources :

deprek8 kube [--output outputType] [--export]

-o, --output string              Choose type of output (json|yaml|text) (default: "text")
-e, --export bool                Save output to csv file (default: false)

Setup

  • Build locally :

    make build
    
  • Build and install :

    make install
    

    This command will build and install the binary into /usr/local/bin. It will also create a .deprek8 directory in the user's home directory with the config.yaml config file.

  • Uninstall :

    make uninstall
    

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