-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathindex.html.md.erb
More file actions
20 lines (15 loc) · 949 Bytes
/
Copy pathindex.html.md.erb
File metadata and controls
20 lines (15 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Using the Cloud Foundry Command Line Interface (cf CLI)
owner: CLI
---
These topics explain the Cloud Foundry Command Line Interface (cf CLI), a tool used to deploy and manage apps.
## Table of Contents
* [Installing the cf CLI](install-go-cli.html)
* [Upgrading to cf CLI v8](v8.html)
* [Getting started with the cf CLI](getting-started.html)
* [Using the cf CLI with a proxy server](http-proxy.html)
* [Using the cf CLI with a self-signed certificate](self-signed.html)
* [Using cf CLI plug-ins](use-cli-plugins.html)
* [Developing cf CLI plug-ins](develop-cli-plugins.html)
## New in cf CLI v8: Route policy commands
cf CLI v8 includes commands for managing route policies for identity-aware routing: `cf add-route-policy`, `cf route-policies`, and `cf remove-route-policy`. For more information, see [Upgrading to cf CLI v8](v8.html) and [Configuring identity-aware routing](../devguide/deploy-apps/identity-aware-routing.html).