You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds support for the new [DNS API](https://docs.hetzner.cloud/reference/cloud#dns).
82
82
83
-
The DNS API is currently in **beta**, which will likely end on 10 November 2025. After the beta ended, it will no longer be possible to create new zones in the old DNS system. See the [DNS Beta FAQ](https://docs.hetzner.com/networking/dns/faq/beta) for more details.
83
+
The DNS API is currently in **beta**, which will likely end on 10 November 2025. After the beta ended, it will no longer be possible to create new zones in the old DNS system. See the [DNS Beta FAQ](https://docs.hetzner.com/networking/dns/faq/beta/) for more details.
84
84
85
85
Future minor releases of this project may include breaking changes for features that are related to the DNS API.
Copy file name to clipboardExpand all lines: docs/tutorials/setup-hcloud-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This tutorial will guide you through the process of setting up the hcloud CLI on
6
6
7
7
Before you begin, ensure you have the following:
8
8
9
-
- A [Hetzner Cloud account](https://console.hetzner.cloud).
9
+
- A [Hetzner Cloud account](https://console.hetzner.com).
10
10
11
11
## 1. Install the hcloud CLI
12
12
@@ -144,7 +144,7 @@ and source this file from your PowerShell profile.
144
144
The hcloud CLI uses contexts to manage multiple Hetzner Cloud tokens and set configuration preferences.
145
145
146
146
First, you need to create an API token.
147
-
Follow the instructions in the [Hetzner Cloud documentation](https://docs.hetzner.com/cloud/api/getting-started/generating-api-token) to create your project API token.
147
+
Follow the instructions in the [Hetzner Cloud documentation](https://docs.hetzner.com/cloud/api/getting-started/generating-api-token/) to create your project API token.
148
148
149
149
Once you have your token, you can create a context using the following command:
150
150
@@ -179,4 +179,4 @@ ID NAME DESCRIPTION LOCATION
179
179
If you see this output, congratulations! You have successfully set up the hcloud CLI on your local machine.
180
180
181
181
If there are any problems, make sure you followed all steps of this tutorial correctly. If there still are problems,
182
-
you can reach out to our [Support](https://console.hetzner.cloud/support) to get help.
182
+
you can reach out to our [Support](https://console.hetzner.com/support) to get help.
0 commit comments