This plugin is used to run Cloud Foundry CF CLI deployments from Deploy Server.
Steps
cf.Organization: Top-level Cloud Foundry organization that groups related spaces, users, and quotas.
cf.Space: Logical space within an organization where apps, services, and routes are deployed.
cf.Route: Network route that maps hostnames and domains to application instances for external access.
cf.Service: Represents a provisioned service instance (e.g., database, messaging, or external system) bound to one or more apps
cf.App: Represents a deployed Cloud Foundry application, including its code package, buildpack, and environment configuration.
cf.ManifestModule: Represents an application deployment module that uses a Cloud Foundry manifest to define app and service configurations.
