Skip to content

Commit 8304277

Browse files
committed
update target list output
1 parent 4879e59 commit 8304277

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

src/content/changelogs/warp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ entries:
1111
A new GA release for the Linux WARP client is now available in the [package repository](https://pkg.cloudflareclient.com/). This release contains minor fixes and minor improvements.
1212
1313
Notable updates:
14-
- Added `list targets` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
14+
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
1515
- Added the ability to customize PCAP options in the `warp-cli`.
1616
- Added a list of installed applications in `warp-diag`.
1717
- Added a `tunnel reset mtu` subcommand to the `warp-cli`.
@@ -36,7 +36,7 @@ entries:
3636
A new GA release for the Windows WARP client is now available in the [App Center](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-windows-1/distribution_groups/release). This release contains minor fixes and improvements.
3737
3838
Notable updates:
39-
- Added `list targets` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
39+
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
4040
- Added [pre-login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/) configuration details to the `warp-diag` output.
4141
- Added a `tunnel reset mtu` subcommand to the `warp-cli`.
4242
- Added a JSON output option to the `warp-cli`.
@@ -57,7 +57,7 @@ entries:
5757
All customers running macOS Ventura 13.0 and above (including Sequoia) are advised to upgrade to this release. This release fixes an incompatibility with the firewall found on macOS Sonoma 14.4 and above that could result in the firewall being disabled.
5858
5959
Notable updates:
60-
- Added `list targets` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
60+
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
6161
- Added a `tunnel reset mtu` subcommand to the `warp-cli`.
6262
- Added the ability for `warp-cli` to use the team name provided in the MDM file for initial registration.
6363
- Added a JSON output option to the `warp-cli`.

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,13 @@ warp-cli target list
9191
```
9292

9393
```sh output
94-
╭──────────────────────────────────────┬──────────┬──────┬────────────────────────────────┬───────────────────────────────────────────────────────────────────┬─────────────╮
95-
│ Target ID │ Protocol │ Port │ Attributes │ IP (Virtual Network) │ Usernames │
96-
├──────────────────────────────────────┼──────────┼──────┼────────────────────────────────┼───────────────────────────────────────────────────────────────────┼─────────────┤
97-
│ d97525c8-3941-40e8-876a-227ebdfb9102 │ ssh │ 22 │ env: dev, staging │ 10.0.0.1 (f3399768-d320-11ec-9d64-0242ac120012) │ root, admin │
98-
│ │ │ │ hostname: vault 420, vault 421 │ │ │
99-
├──────────────────────────────────────┼──────────┼──────┼────────────────────────────────┼───────────────────────────────────────────────────────────────────┼─────────────┤
100-
│ 46c2d5d1-dab0-4342-bbcb-3a270cde2ad8 │ ssh │ 23 │ color: blue, red │ 10.0.0.2 (f3399768-d320-11ec-9d64-0242ac120011) │ root, user │
101-
│ │ │ │ env: production │ 2001:0:130f::9c0:876a:130b (f3499768-d320-11ec-9d64-0242ac120011) │ │
102-
│ │ │ │ hostname: vault 420, vault 424 │ │ │
103-
╰──────────────────────────────────────┴──────────┴──────┴────────────────────────────────┴───────────────────────────────────────────────────────────────────┴─────────────╯
104-
94+
╭──────────────────────────────────────┬──────────┬──────┬────────────────────────────────┬───────────────────────────────────────────────────┬───────────╮
95+
│ Target ID │ Protocol │ Port │ Attributes │ IP (Virtual Network) │ Usernames │
96+
├──────────────────────────────────────┼──────────┼──────┼────────────────────────────────┼───────────────────────────────────────────────────┼───────────┤
97+
│ 0192027a-ef8a-7966-aff6-4576475db365 │ SSH │ 22 │ hostname: digital-ocean-target │ 10.116.0.3 (a663a21c-76e5-4e3c-8296-d856682269f9) │ root │
98+
├──────────────────────────────────────┼──────────┼──────┼────────────────────────────────┼───────────────────────────────────────────────────┼───────────┤
99+
│ 0192027a-ef8a-7966-aff6-4576475db365 │ SSH │ 23 │ hostname: digital-ocean-target │ 10.116.0.3 (a663a21c-76e5-4e3c-8296-d856682269f9) │ root │
100+
╰──────────────────────────────────────┴──────────┴──────┴────────────────────────────────┴───────────────────────────────────────────────────┴───────────╯
105101
```
106102

107103
## Revoke a user's session

0 commit comments

Comments
 (0)