Skip to content

satya108agarwal/TAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Login to pcf

cf login -a <> --skip-ssl-validation

Command to get auth token

cf oauth-token

Run the scanner jar by replacing the url and auth-token

Install the app-info plugin from app-info

cf install-plugin <Path-To-The-Downloaded-Location>/app-info-<OS>-amd64 -f

Run the plugin to the data in csv

cf app-info --csv

Run the below command to get the manifests

cf app-info manifests

Command to set the org to ds

cf target -o ds

Command to list the services in the org

cf marketplace

Command to see more details on offerings

cf marketplace -e SERVICE_OFFERING

Releases

No releases published

Packages

No packages published