cf-doctor-plugin

command module
v0.0.0-...-a27e183 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

README

CloudFoundry CLI Plugin - Doctor

This plugin is obviously inspired from brew doctor :) It will scan your currently targeted cloudfoundry space to see if there are anomalies or useful action points that it can report back to you. Current functionality is only focused on apps and routes..

This plugin does not change any state or configuration, it merely just scans and gathers information than reports back anomalies.

Installation

Install pre-built plugin from https://plugins.cloudfoundry.org:

cf install-plugin -r CF-Community "doctor"

Alternatively, build and install from source:

go get github.com/cloudfoundry/cli
go get github.com/emirozer/cf-doctor-plugin
cd $GOPATH/src/github.com/emirozer/cf-doctor-plugin
go build
cf install-plugin cf-doctor-plugin

Usage

To triage the current space:

cf doctor

To triage all available spaces in current org:

cf doctor --all-spaces

Sample output

Screenshot

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