From 9e495a30403e02f1e7876489326a63089036f0a0 Mon Sep 17 00:00:00 2001 From: Kaloyan Simitchiyski Date: Mon, 6 Jan 2025 11:39:07 +0200 Subject: [PATCH] Fix cf set-label usage (#139) --- mass-stop-start-cf-apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mass-stop-start-cf-apps/README.md b/mass-stop-start-cf-apps/README.md index 96b7931..fe64b98 100644 --- a/mass-stop-start-cf-apps/README.md +++ b/mass-stop-start-cf-apps/README.md @@ -76,7 +76,7 @@ Here are the some example schedule configurations: To add a label to an application using the CF CLI, use the following command: ```shell -cf set-label my-app environment=production +cf set-label app my-app environment=production ``` ### Using Manifest YAML