-
Notifications
You must be signed in to change notification settings - Fork 98
multiple typos in examples - deploy-aws.html.md.erb #171
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/146899939 The labels on this github issue will be updated when the story is started. |
Maybe the issue is BOSH CLI version-- BOSH CLI v2 commands have dashes, like ...whereas analogous BOSH CLI v1 commands were like |
OK, that makes sense, as I am using bosh 1 - maybe that should be indicated somewhere, or perhaps the examples could include both bosh 1 + bosh 2 examples? |
Great-- yeah, good idea to note both-- the bosh docs also show a lot of v1-style examples. Sorry for the lack of clarity! |
I guess I'll close this then - thanks for your response. |
Cool-- happy to help |
Dashes where they shouldn't be caused several issues:
bosh upload-stemcell
bosh create-release
bosh upload-release
The 'Deploy Cloud Foundry' step also failed:
bosh -d cf deploy ../cf-deployment.yml
Usage: deploy [--recreate] [--no-redact] [--skip-drain [job1,job2]]
I'm still researching the correct command here - suggestions are welcome
The text was updated successfully, but these errors were encountered: