You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this step you will install the Cloud Foundry CLI, which can be used for managing and scaling your applications and services.
<divstyle="text-align:center;margin:3em;">
<ahref="../cf-cli/install-go-cli.html" target="_blank" class="btn btn-primary">Install the cf CLI</a>
</div>
Once installed, you can use the cf CLI from your command shell.
Log in using the e-mail address and password you used when creating your <%=vars.product_short%> account:
<preclass="terminal">
$ cf login -a <%=vars.api_endpoint%>
API endpoint: <%=vars.api_endpoint%>
Email> user@mydomain.com
Password>
</pre>
Authenticating is required to use the CLI tool. The `-a` sets the API endpoint to the one of <%=vars.product_full%>.
Note that if you’re behind a firewall that requires use of a proxy to connect with external HTTP/HTTPS services, you can set the `HTTP_PROXY` or `HTTPS_PROXY` environment variables in your local development environment before running any command.
<divstyle="text-align:center;margin:3em;">
<ahref="./prepare.html" class="btn btn-primary">I have installed the CLI</a>