Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
- Entra group, GitHub organization, Google Workspace group, Okta group
Loading