From 7a9e12e7ace9858cc5eb68ddd1225fc428e149c2 Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:36:47 -0500 Subject: [PATCH] Update infrastructure-apps.mdx --- .../applications/non-http/infrastructure-apps.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 a1487ab615f58fa..f00fcc6f0a5cebe 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