Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blue-green deployment docs to not reference removed -n option #511

Open
beyhan opened this issue Jul 15, 2024 · 2 comments
Open

Update blue-green deployment docs to not reference removed -n option #511

beyhan opened this issue Jul 15, 2024 · 2 comments

Comments

@beyhan
Copy link
Member

beyhan commented Jul 15, 2024

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.

@anita-flegg
Copy link
Contributor

@pspinrad

@pspinrad
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants