what is the purpose of -n option under cf push command
Answers
Answered by
0
It is used in naming the host of an application.
Explanation:
- The CF push command pushes an app in the Cloud Foundry Application runtime or CFAR. It uses two processes while pushing an app. The first command of cf push- app name or –n command serves the purpose of naming an app for simple pushing by choosing the default way.
- It helps the user to push the app in a friendly way for referencing in the Foundry system. It can be detached from the URL that is deployed from the access of the user. The other process involves the use of cf command with flags.
Learn more about push command
What is the difference between LT and RT command
https://brainly.in/question/12784849
What would happen if you type the command fd 300?
https://brainly.in/question/13247431
Similar questions