Closed drnic closed 11 years ago
The --deployment
flag is a global flag and so it has to be before the sub command. The command bosh -d manifest.yml deploy
should be used for this use case.
Ahhhhh right I forgot thanks.
--
Dr Nic Williams Stark & Wayne LLC - the consultancy for Cloud Foundry http://starkandwayne.com +1 415 860 2185 twitter: drnic
On Fri, Aug 16, 2013 at 4:02 AM, Chris Brown notifications@github.com wrote:
The
--deployment
flag is a global flag and so it has to be before the sub command. The commandbosh -d manifest.yml deploy
should be used for this use case.Reply to this email directly or view it on GitHub: https://github.com/cloudfoundry/bosh/issues/388#issuecomment-22760006
Closing
@aramprice / @jfoley
Similar to #387
-d
is listed as a common option for all bosh commands; but it isn't available fordeploy
: