We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is using version 6.11.0-bba7fcf-2015-04-14T00:39:29+00:00
If I have an application with multiple hostnames, such as one created from this manifest:
--- applications: - name: myapp memory: 64M hosts: - multi-samp-one - multi-samp-two buildpack: https://github.com/cloudfoundry-community/staticfile-buildpack.git
Running cf create-app-manifest myapp produces this manifest:
cf create-app-manifest myapp
--- applications: - name: myapp memory: 64M instances: 1 host: multi-samp-one domain: cfapps.io
Which only includes the first host, and ignores "multi-samp-two".
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/92530254.
Sorry, something went wrong.
PR #425 addresses this issue. PR is in the backlog
No branches or pull requests
This is using version 6.11.0-bba7fcf-2015-04-14T00:39:29+00:00
If I have an application with multiple hostnames, such as one created from this manifest:
Running
cf create-app-manifest myapp
produces this manifest:Which only includes the first host, and ignores "multi-samp-two".
The text was updated successfully, but these errors were encountered: