Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

multiple typos in examples - deploy-aws.html.md.erb #171

Closed
magnetnoc opened this issue Jun 8, 2017 · 6 comments
Closed

multiple typos in examples - deploy-aws.html.md.erb #171

magnetnoc opened this issue Jun 8, 2017 · 6 comments

Comments

@magnetnoc
Copy link

Dashes where they shouldn't be caused several issues:

bosh upload-stemcell

  • produces an error: Unknown command: upload-stemcell
  • should be: bosh upload stemcell

bosh create-release

  • produces an error: Unknown command: create-release
  • should be: bosh create release

bosh upload-release

  • produces an error: Unknown command: upload-release
  • should be: bosh upload release

The 'Deploy Cloud Foundry' step also failed:

bosh -d cf deploy ../cf-deployment.yml

  • produces an error: wrong number of arguments (given 1, expected 0).
    Usage: deploy [--recreate] [--no-redact] [--skip-drain [job1,job2]]

I'm still researching the correct command here - suggestions are welcome

@cf-gitbot
Copy link
Collaborator

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.

@pspinrad
Copy link
Contributor

pspinrad commented Jun 8, 2017

Maybe the issue is BOSH CLI version-- BOSH CLI v2 commands have dashes, like upload-stemcell, create-release, etc.
https://bosh.io/docs/cli-v2.html

...whereas analogous BOSH CLI v1 commands were like bosh upload stemcell etc., without dashes.

@magnetnoc
Copy link
Author

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?

@pspinrad
Copy link
Contributor

pspinrad commented Jun 8, 2017

Great-- yeah, good idea to note both-- the bosh docs also show a lot of v1-style examples. Sorry for the lack of clarity!

@magnetnoc
Copy link
Author

I guess I'll close this then - thanks for your response.

@pspinrad
Copy link
Contributor

pspinrad commented Jun 9, 2017

Cool-- happy to help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants