Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ These topics explain the Cloud Foundry Command Line Interface (cf CLI), a tool u
* [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).
7 changes: 7 additions & 0 deletions v8.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Some key new features available through the cf CLI v8 are:

* **Asynchronous service operations**: All service-related operations are now asynchronous by default. This includes manipulating service keys and route bindings.

* **Identity-aware routing (route policies)**: cf CLI v8 includes commands for managing route policies used with identity-aware domains. These commands allow Space Developers to control which apps can reach a route on an identity-aware (mTLS) domain:
* `cf add-route-policy` — Add a policy allowing a named caller to reach a route.
* `cf route-policies` — List policies for routes on a domain, with optional filters.
* `cf remove-route-policy` — Remove a policy from a route.

For full usage and examples, see [Configuring identity-aware routing](../devguide/deploy-apps/identity-aware-routing.html).


## <a id="install"></a> Install cf CLI v8

Expand Down