Skip to content

morikat/cf-plugin-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

application tree command

Installation

$ go get github.com/morikat/cf-plugin-tree
$ cf install-plugin $GOPATH/bin/tree

Usage

$ cf tree <appname>

output sample

$ cf tree cf-dora
|--.bash_logout                                                                                                 [0/1905]
|--.bashrc
|--.profile
|--app
|  |--.buildpack-diagnostics
|  |  |--buildpack.log
|  |--.bundle
|  |  |--config
|  |  |--install.log
|  |--.gitignore
|  |--.java-buildpack.log
|  |--.profile.d
|  |  |--ruby.sh
|  |--.rspec
|  |--.ruby-version
|  |--Gemfile
|  |--Gemfile.lock
|  |--README.md
|  |--bin
|  |  |--erb
|  |  |--gem
...

Notice

  • Too many call to files api endpoint
  • The current version of the tree you can see only the first instance

Development

cf uninstall-plugin tree; go get ./...; cf install-plugin $GOPATH/bin/tree

About

cloudfoundry tree command

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors