Cloud / Pivotal Cloud foundry (PCF) interview questions
What is PCF Cli tool?
The Pivotal Cloud Foundry (PCF) command-line interface (CLI) provides a set of commands for managing your apps. We can download and install the CLI in our laptop or desktop.
Installation instructions can be found here.
Use cf help to list all of the cf commands and associated help information. Use cf command_name -h to view detailed help information for a particular command.
More Related questions...