From 70bcc9ebf57286660024a3678fe9c12f07d5c16f Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+saikatsgupta@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:40:59 +0530 Subject: [PATCH] cf: add login example (#8929) --- pages/common/cf.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/cf.md b/pages/common/cf.md index 0fa9a542e5..dff760d4c0 100644 --- a/pages/common/cf.md +++ b/pages/common/cf.md @@ -3,6 +3,10 @@ > Command-line tool to manage apps and services on Cloud Foundry. > More information: . +- Log in to the Cloud Foundry API: + +`cf login -a {{api_url}}` + - Push an app using the default settings: `cf push {{app_name}}`