diff --git a/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx b/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx index a1487ab615f58f..f00fcc6f0a5ceb 100644 --- a/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx +++ b/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx @@ -96,6 +96,14 @@ warp-cli target list ╰──────────────────────────────────────┴──────────┴──────┴────────────────────────────────┴───────────────────────────────────────────────────┴───────────╯ ``` +You can optionally add flags to filter the output. For example: + +```sh +warp-cli target list --attribute hostname=digital-ocean-target --username root +``` + +To view all available filters, type `warp-cli target list --help`. + ## Revoke a user's session To revoke a user's access to all infrastructure targets, you can either [revoke the user from Zero Trust](/cloudflare-one/identity/users/session-management/#per-user) or revoke their device. Cloudflare does not currently support revoking a user's session for a specific target. @@ -110,4 +118,4 @@ The following [Access policy selectors](/cloudflare-one/policies/access/#selecto - Country - Authentication method - Device posture -- Entra group, GitHub organization, Google Workspace group, Okta group \ No newline at end of file +- Entra group, GitHub organization, Google Workspace group, Okta group