Name
kf migrate apply - Migrates Cloud Foundry resources to Kf using a plan.
Synopsis
kf migrate apply [flags]
Description
Migrates Cloud Foundry resources to Kf using a plan generated by the
plan command. Includes Spaces, Apps, Routes, Service Keys and Bindings.
Examples
kf migrate apply --plan some-plan.yaml
Flags
--allow-issuesTry to create all resources even if they have issues in the plan.
--cleanup-app-packagesDelete App packages after apply. (default true)
-h, --helphelp for apply
--plan=planPath to plan file generated by plan command.
--skip-post-apply-checksSkip post-apply checks: App pushed successfully.
--skip-pre-apply-checksSkip pre-apply checks: App package has changed, incompatible buildpacks.
-v, --verbosePrints the commands being run and their outputs.
Inherited flags
These flags are inherited from parent commands.
--as=stringUsername to impersonate for the operation.
--as-group=stringsGroup to impersonate for the operation. Include this flag multiple times to specify multiple groups.
--config=stringPath to the Kf config file to use for CLI requests.
--kubeconfig=stringPath to the kubeconfig file to use for CLI requests.
--log-httpLog HTTP requests to standard error.
--space=stringSpace to run the command against. This flag overrides the currently targeted Space.