Name
kf migrate plan
- Generates a plan of Cloud Foundry resources to migrate to Kf.
Synopsis
kf migrate plan [flags]
Description
Generates a plan of Cloud Foundry resources to migrate to Kf. Includes Spaces, Apps, and Services Instances and Bindings.
Requirements
- The cf CLI correctly installed and able to authenticate
- The currently logged in CF user must have scim.read scope for all Spaces
Examples
kf migrate plan kf migrate plan --cf-org myorg --cf-space myspace
Flags
--cf-app=string
Only migrate the named CF app (optional). Must be used with --cf-org and --cf-space. Default: migrate all CF apps in specified CF organization/space.
--cf-org=string
Only migrate CF apps in the named CF organization. Default: migrate all orgs.
--cf-space=string
Only migrate CF apps in the named CF space (optional). Must be used with --cf-org. Default: migrate all CF spaces in specified organization.
--exclude-unsupported
Only include Kf supported resources in the plan.
-h, --help
help for plan
-v, --verbose
Prints the commands being run and their outputs.
Inherited flags
These flags are inherited from parent commands.
--as=string
Username to impersonate for the operation.
--as-group=strings
Group to impersonate for the operation. Include this flag multiple times to specify multiple groups.
--config=string
Path to the Kf config file to use for CLI requests.
--kubeconfig=string
Path to the kubeconfig file to use for CLI requests.
--log-http
Log HTTP requests to standard error.
--space=string
Space to run the command against. This flag overrides the currently targeted Space.