You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The blue-green deployment docs mention cf push -n where the --hostname, -n option is removed with the CF CLI V7 as documented in the Upgrading to cf CLI v7. The upgrade guide mentions [Removed flag]: --hostname, -n. You can use the routes property in the manifest instead.
The text was updated successfully, but these errors were encountered:
Thanks @beyhan -- pasting some related old notes I have, just to put them here, glad you brought this up:
To change: CLI v6 relics:
cf push -n flag not supported for v7/v8. Set hostname via routes property in manifest.
cf map-route --hostname option not supported for v7/v8. Set hostname via routes property in manifest.
cf update-buildpack BUILDPACK --rename option not supported. Use cf rename-buildpack instead.
The blue-green deployment docs mention
cf push -n
where the--hostname, -n
option is removed with the CF CLI V7 as documented in the Upgrading to cf CLI v7. The upgrade guide mentions[Removed flag]: --hostname, -n. You can use the routes property in the manifest instead.
The text was updated successfully, but these errors were encountered: