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-issues
Try to create all resources even if they have issues in the plan.
--cleanup-app-packages
Delete App packages after apply. (default true)
-h, --help
help for apply
--plan=plan
Path to plan file generated by plan command.
--skip-post-apply-checks
Skip post-apply checks: App pushed successfully.
--skip-pre-apply-checks
Skip pre-apply checks: App package has changed, incompatible buildpacks.
-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.