Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 4983c12

Browse files
committed
Updated readme
1 parent c4535e8 commit 4983c12

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,22 @@ $ cf install-plugin $GOPATH/bin/cf_buildpacks_usage
1111

1212
## Usage
1313

14+
**SAMPLE OUTPUT**
15+
1416
```
1517
$ cf buildpack-usage
1618
1719
Following is the markdown output
1820
1921
| ORG | SPACE | APPLICATION | STATE | BUILDPACK |
2022
| ----- | ----- | ----- | ----- | ----- |
21-
| system | apps-manager | apps-manager-green | STARTED | ruby_buildpack |
23+
| system | system | apps-manager-js | STARTED | staticfile_buildpack |
24+
| system | system | app-usage-server | STARTED | ruby_buildpack |
25+
| system | system | console | STARTED | ruby_buildpack |
26+
| system | system | app-usage-scheduler | STARTED | ruby_buildpack |
27+
| system | system | app-usage-worker | STARTED | ruby_buildpack |
28+
| system | notifications-with-ui | notifications-ui | STARTED | Go |
29+
| system | autoscaling | autoscale | STARTED | Go |
2230
```
2331

2432
```
@@ -27,7 +35,29 @@ $ cf buildpack-usage --csv
2735
Following is the csv output
2836
2937
ORG,SPACE,APPLICATION,STATE,BUILDPACK
30-
system,apps-manager,apps-manager-green,STARTED,ruby_buildpack
38+
system,system,apps-manager-js,STARTED,staticfile_buildpack
39+
system,system,app-usage-server,STARTED,ruby_buildpack
40+
system,system,console,STARTED,ruby_buildpack
41+
system,system,app-usage-scheduler,STARTED,ruby_buildpack
42+
system,system,app-usage-worker,STARTED,ruby_buildpack
43+
system,notifications-with-ui,notifications-ui,STARTED,Go
44+
system,autoscaling,autoscale,STARTED,Go
45+
46+
```
47+
48+
```
49+
$ cf buildpack-usage --verbose
50+
51+
Following is the csv output
52+
53+
ORG,SPACE,APPLICATION,STATE,INSTANCES,MEMORY,DISK
54+
system,system,apps-manager-js,STARTED,6,64 MB,1024 MB
55+
system,system,app-usage-server,STARTED,1,128 MB,1024 MB
56+
system,system,console,STARTED,6,1024 MB,1024 MB
57+
system,system,app-usage-scheduler,STARTED,1,128 MB,1024 MB
58+
system,system,app-usage-worker,STARTED,1,1024 MB,1024 MB
59+
system,notifications-with-ui,notifications-ui,STARTED,1,64 MB,1024 MB
60+
system,autoscaling,autoscale,STARTED,1,256 MB,1024 MB
3161
3262
```
3363

0 commit comments

Comments
 (0)