application tree command
$ go get github.com/morikat/cf-plugin-tree
$ cf install-plugin $GOPATH/bin/tree
$ 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
...
- Too many call to files api endpoint
- The current version of the tree you can see only the first instance
cf uninstall-plugin tree; go get ./...; cf install-plugin $GOPATH/bin/tree