Skip to content

Commit

Permalink
Merge pull request #436 from Peefy/fix-kcl-registry-login-cmd-referen…
Browse files Browse the repository at this point in the history
…ce-doc-dead-link

fix: kcl registry login command reference document dead links
  • Loading branch information
Peefy authored Aug 8, 2024
2 parents f0d2ccd + 29ebc9c commit 3c5e512
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> ghcr.io

Where `<USERNAME>` is your GitHub username, `<TOKEN>` is the token you created in step 2

For more information on how to log in to ghcr.io, see [kcl registry login](https://kcl-lang.io/docs/reference/package-management/command-reference/login).
For more information on how to log in to ghcr.io, see [kcl registry login](https://www.kcl-lang.io/docs/tools/cli/package-management/command-reference/login).

## Step 4: Push your kcl package

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> docker.io

Where `<USERNAME>` is your `docker.io` username, and `<PASSWORD>` is your `docker.io` password.

For more information on how to log in to ghcr.io, see [kcl registry login](https://kcl-lang.io/docs/reference/package-management/command-reference/login).
For more information on how to log in to ghcr.io, see [kcl registry login](https://www.kcl-lang.io/docs/tools/cli/package-management/command-reference/login).

## Step 4: Push your kcl package

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> ghcr.io

其中 `<USERNAME>` 是您的 GitHub 用户名,`<TOKEN>` 是您在步骤 2 中创建的令牌。

关于如何使用 kcl 包管理登录 ghcr.io 的更多信息,请参阅 [kcl registry login](https://kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)
关于如何使用 kcl 包管理登录 ghcr.io 的更多信息,请参阅 [kcl registry login](https://www.kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)

## 步骤 4:推送您的 kcl 包

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> docker.io

其中 `<USERNAME>` 是您的 docker.io 用户名,`<PASSWORD>` 是您 docker.io 账户的密码。

关于如何使用 KCL CLI 登录 docker.io 的更多信息,请参阅 [kcl registry login](https://kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)
关于如何使用 KCL CLI 登录 docker.io 的更多信息,请参阅 [kcl registry login](https://www.kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)

## 步骤 4:推送您的 kcl 包

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> ghcr.io

其中 `<USERNAME>` 是您的 GitHub 用户名,`<TOKEN>` 是您在步骤 2 中创建的令牌。

关于如何使用 kcl 包管理登录 ghcr.io 的更多信息,请参阅 [kcl registry login](https://kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)
关于如何使用 kcl 包管理登录 ghcr.io 的更多信息,请参阅 [kcl registry login](https://www.kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)

## 步骤 4:推送您的 kcl 包

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> docker.io

其中 `<USERNAME>` 是您的 docker.io 用户名,`<PASSWORD>` 是您 docker.io 账户的密码。

关于如何使用 KCL CLI 登录 docker.io 的更多信息,请参阅 [kcl registry login](https://kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)
关于如何使用 KCL CLI 登录 docker.io 的更多信息,请参阅 [kcl registry login](https://www.kcl-lang.io/zh-CN/docs/tools/cli/package-management/command-reference/login)

## 步骤 4:推送您的 kcl 包

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> ghcr.io

Where `<USERNAME>` is your GitHub username, `<TOKEN>` is the token you created in step 2

For more information on how to log in to ghcr.io, see [kcl registry login](https://kcl-lang.io/docs/reference/package-management/command-reference/login).
For more information on how to log in to ghcr.io, see [kcl registry login](https://www.kcl-lang.io/docs/tools/cli/package-management/command-reference/login).

## Step 4: Push your kcl package

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kcl registry login -u <USERNAME> -p <TOKEN> docker.io

Where `<USERNAME>` is your `docker.io` username, and `<PASSWORD>` is your `docker.io` password.

For more information on how to log in to ghcr.io, see [kcl registry login](https://kcl-lang.io/docs/reference/package-management/command-reference/login).
For more information on how to log in to ghcr.io, see [kcl registry login](https://www.kcl-lang.io/docs/tools/cli/package-management/command-reference/login).

## Step 4: Push your kcl package

Expand Down

0 comments on commit 3c5e512

Please sign in to comment.