Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tip printed for 'create-space' should contain quotes to handle orgs & spaces with literal spaces in the name #580

Closed
mcowger opened this issue Sep 15, 2015 · 1 comment

Comments

@mcowger
Copy link
Contributor

mcowger commented Sep 15, 2015

Example:

% cf create-space "Production Space" -o "Org Name"
...[snip]...
TIP: Use 'cf target -o Org Name -s Production Space' to target new space

Which won't work in most shells. It should print instead:

TIP: Use 'cf target -o "Org Name" -s "Production Space"' to target new space
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/103453190.

camelpunch added a commit that referenced this issue Sep 23, 2015
Change how space tip is presented to user - add quotes.  Fixes #580

[finishes #103453474]
[fixes #103453190]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants