Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 706 Bytes

confirmation.md

File metadata and controls

26 lines (18 loc) · 706 Bytes

Confirmation

Pyenv (python verison manager)

❯ pyenv uninstall 3.10.0
pyenv: remove /Users/dfein/.pyenv/versions/3.10.0? [y|N] y

Square brackets, vertical bar divider, default choice capitalized

cf CLI space create

$ cf create-space example-two
Creating space example-two in org acme-fitness as [email protected]...
OK

Assigning role SpaceManager to user [email protected] in org acme-fitness / space example-two as [email protected]...
OK

Assigning role SpaceDeveloper to user [email protected] in org acme-fitness / space example-two as [email protected]...
OK

TIP: Use 'cf target -o "acme-fitness" -s "example-two"' to target new space