NO
norman-abramovitz/cf-plugin-rfc-proposal
RFC Proposal: Modernized Cloud Foundry CLI Plugin Interface
CF CLI Plugin Interface V3 — RFC Proposal
This repository contains an RFC proposal to modernize the Cloud Foundry CLI plugin interface.
Background
The current CF CLI plugin interface has not been updated in years, depends on
archived packages, and tightly couples plugins to CAPI V2 domain models. Multiple
active plugin maintainers have independently migrated to a pattern where the CLI
provides only authentication and context while plugins interact with CAPI V3
directly. This RFC formalizes that pattern as the new plugin interface.
Documents
- RFC Draft: CLI Plugin Interface V3 — Full technical specification
- RFC Draft: Transitional Migration — Community-submission RFC (concise)
- Transitional Migration — Detailed Design — Full technical specification with code examples and field mappings
- Plugin Survey — Analysis of 18 actively maintained CF CLI plugins
- CLI Plugin Interface TODO — What needs to change in the CLI codebase
- TODO — Overall RFC work items