Skip to content

Commit 7a9e12e

Browse files
authored
Update infrastructure-apps.mdx
1 parent c7aa072 commit 7a9e12e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ warp-cli target list
9696
╰──────────────────────────────────────┴──────────┴──────┴────────────────────────────────┴───────────────────────────────────────────────────┴───────────╯
9797
```
9898

99+
You can optionally add flags to filter the output. For example:
100+
101+
```sh
102+
warp-cli target list --attribute hostname=digital-ocean-target --username root
103+
```
104+
105+
To view all available filters, type `warp-cli target list --help`.
106+
99107
## Revoke a user's session
100108

101109
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
110118
- Country
111119
- Authentication method
112120
- Device posture
113-
- Entra group, GitHub organization, Google Workspace group, Okta group
121+
- Entra group, GitHub organization, Google Workspace group, Okta group

0 commit comments

Comments
 (0)