cf icon indicating copy to clipboard operation
cf copied to clipboard

--no-manifest flag is not documented

Open andypiper opened this issue 12 years ago • 3 comments

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'

andypiper avatar Jun 25 '13 12:06 andypiper

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

tlang avatar Aug 14 '13 22:08 tlang

I'll take a look.

andypiper avatar Aug 15 '13 08:08 andypiper

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.

TildeWill avatar Aug 17 '13 01:08 TildeWill