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
16 changes: 8 additions & 8 deletions docs/tutorials/setup-hcloud-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,19 +213,19 @@ When prompted, enter the API token you created earlier. Your context should now
To verify that the hcloud CLI is working correctly, you can run the following command:

```bash
hcloud datacenter list
hcloud location list
```

You should see something like this:

```plaintext
ID NAME DESCRIPTION LOCATION
2 nbg1-dc3 Nuremberg 1 virtual DC 3 nbg1
3 hel1-dc2 Helsinki 1 virtual DC 2 hel1
4 fsn1-dc14 Falkenstein 1 virtual DC 14 fsn1
5 ash-dc1 Ashburn virtual DC 1 ash
6 hil-dc1 Hillsboro virtual DC 1 hil
7 sin-dc1 Singapore virtual DC 1 sin
ID NAME DESCRIPTION NETWORK ZONE COUNTRY CITY
1 fsn1 Falkenstein DC Park 1 eu-central DE Falkenstein
2 nbg1 Nuremberg DC Park 1 eu-central DE Nuremberg
3 hel1 Helsinki DC Park 1 eu-central FI Helsinki
4 ash Ashburn, VA us-east US Ashburn, VA
5 hil Hillsboro, OR us-west US Hillsboro, OR
6 sin Singapore ap-southeast SG Singapore
```

If you see this output, congratulations! You have successfully set up the hcloud CLI on your local machine.
Expand Down
Loading