cf
cf copied to clipboard
--no-manifest flag is not documented
It is possible to run 'cf push' and ignore the presence of a manifest file using the --no-manifest flag.
However the --no-manifest option is not mentioned either in 'cf help' or 'cf help push'
Update on this: this is a sensible and simple request, and we will be documenting this flag eventually, but it may take a while (1-2 months) due to other priorities and changes planned with cf. In the interim, we'd welcome a pull request to add this to 'cf help' and/or more information about the typical use cases for this flag.
Thanks!
- Tim
I'll take a look.
It's a result of the manifest logic being in a "plugin" that we've since partially merged in to the main cf repo. The best way to fix this would be to finish merging the manifest plugin to make it a first-class part of the appropriate commands.