Skip to content

Update managing-services for cf CLI v8: fix output, upgrade command, add new flags and commands#590

Open
anita-flegg wants to merge 1 commit into
masterfrom
update-v8-cli-docs-june-2026
Open

Update managing-services for cf CLI v8: fix output, upgrade command, add new flags and commands#590
anita-flegg wants to merge 1 commit into
masterfrom
update-v8-cli-docs-june-2026

Conversation

@anita-flegg

Copy link
Copy Markdown
Contributor

Summary

Updates services/managing-services.html.md.erb to reflect cf CLI v8 behaviour:

  • Fix cf service output field names: the example output showed v7 field names (dashboard:, service broker:). Updated to the correct v8 field names (dashboard url:, �roker:, offering:, guid:, ype:, �roker tags:).
  • Fix upgrade section: cf update-service --upgrade was removed in v8. Replace with the correct cf upgrade-service command (including --force flag).
  • Add --wait flag notes: cf create-service, cf bind-service, cf unbind-service, and cf delete-service all support --wait to synchronise on async operations (added at v8.0.0).
  • Add --no-apps and --wait flags to cf services (added at v8.0.0).
  • Add cf cleanup-outdated-service-bindings section documenting the new v8.18.0 command for removing orphaned service bindings.

Test plan

  • Verify cf service example output matches actual v8 command output
  • Verify upgrade section uses cf upgrade-service not the removed --upgrade flag
  • Verify --wait and --no-apps flags are documented correctly
  • Verify the new cleanup-outdated-service-bindings section renders correctly

- Fix cf service output field names (dashboard url, broker, offering)
  to match actual v8 output instead of the old v7 field names
- Replace cf update-service --upgrade (removed in v8) with the correct
  cf upgrade-service command, including --force flag documentation
- Add --wait flag notes to cf create-service, cf bind-service,
  cf unbind-service, and cf delete-service
- Add --no-apps and --wait flag notes to cf services
- Add new cf cleanup-outdated-service-bindings command section (v8.18.0)

Co-authored-by: Cursor <cursoragent@cursor.com>
@anita-flegg anita-flegg self-assigned this Jun 12, 2026
@anita-flegg anita-flegg requested a review from Gerg June 12, 2026 19:35
@anita-flegg

Copy link
Copy Markdown
Contributor Author

cc. @mauricebrinkmann

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant