Skip to content

fix: kcl registry login command reference document dead links #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
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 @@ -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
Loading