0 votes
in Cloud Foundry by
Which of the following command lists all the applications within a space?

Select the correct answer from below options:

a) cf log < app name>

b) cf apps

c) cf app < app_name>

d) cf events < app-name>

1 Answer

0 votes
by

Correct answer of the above question is : b) cf apps

cf apps command lists all the applications within a space
...