Skip to content

Commit

Permalink
Fix cf set-label usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kloyan committed Jan 6, 2025
1 parent b0ff81f commit 810ca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mass-stop-start-cf-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 810ca8d

Please sign in to comment.