- Via the Clound Foundry CLI login to your Cloud Foundry space to which you want to deploy the CAP API
- Change to the respective directory of the CAP API sample (
/02-cap-api
) and deploy the API through:
$ npm run deploy # using NPM
$ yarn deploy # using yarn