Skip to content

caspertsui/buildpack-usage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildpack Usage CLI Plugin

The plugin can be used to list of the apps that use the given build pack from the CLI.

Complilation

go get github.com/ecsteam/buildpack-usage
cd $GOPATH/src/github.com/ecsteam/buildpack-usage

GOOS=darwin go build -o buildpack-usage-plugin-macosx
GOOS=linux go build -o buildpack-usage-plugin-linux
GOOS=windows go build -o buildpack-usage-plugin-windows.exe

Installation

cf install-plugin -r CF-Community "buildpack-usage"

Usage

$ cf buildpack-usage [-b ${buildpack-name}]

If ${buildpack-name} is omitted, you will be prompted to choose from a list of installed buildpacks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 91.8%
  • Shell 8.2%