Skip to content
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

pulumi-*: update documentation links #15589

Merged
merged 1 commit into from
Jan 23, 2025
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
2 changes: 1 addition & 1 deletion pages.es/common/pulumi-login.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi login

> Inicia sesión en Pulumi Cloud.
> Más información: <https://www.pulumi.com/docs/cli/commands/pulumi_login/>.
> Más información: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.
- Inicia sesión en el servidor administrado Pulumi Cloud, de manera predeterminada en `app.pulumi.cloud`:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/pulumi-destroy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi destroy

> 스택 내의 모든 기존 리소스를 제거합니다.
> 더 많은 정보: <https://www.pulumi.com/docs/cli/commands/pulumi_destroy/>.
> 더 많은 정보: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_destroy/>.

- 현재 스택의 모든 리소스를 제거:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/pulumi-login.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi login

> Pulumi 클라우드에 로그인.
> 더 많은 정보: <https://www.pulumi.com/docs/cli/commands/pulumi_login/>.
> 더 많은 정보: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.

- 관리되는 Pulumi Cloud 백엔드에 로그인. 기본값은 `app.pulumi.cloud`:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/pulumi-up.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi up

> 스택의 리소스를 생성하거나 업데이트.
> 더 많은 정보: <https://www.pulumi.com/docs/cli/commands/pulumi_up/>.
> 더 많은 정보: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_up/>.

- 프로그램 및/또는 인프라에 대한 변경 사항 미리보기 및 배포:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/pulumi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 친숙한 프로그래밍 언어를 사용하여 어떤 클라우드에서도 인프라 정의.
> `up`과 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
> 더 많은 정보: <https://www.pulumi.com/docs/cli>.
> 더 많은 정보: <https://www.pulumi.com/docs/iac/cli/>.

- 템플릿을 사용하여 새 프로젝트 생성:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pulumi-destroy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi destroy

> Destroy all existing resources in a stack.
> More information: <https://www.pulumi.com/docs/cli/commands/pulumi_destroy/>.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_destroy/>.

- Destroy all resources in the current stack:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pulumi-login.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi login

> Log in to the Pulumi cloud.
> More information: <https://www.pulumi.com/docs/cli/commands/pulumi_login/>.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.

- Log in to the managed Pulumi Cloud backend, defaults to `app.pulumi.cloud`:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pulumi-logout.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi logout

> Log out of the Pulumi cloud.
> More information: <https://www.pulumi.com/docs/cli/commands/pulumi_logout/>.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_logout/>.

- Log out of a specific cloud backend:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pulumi-up.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pulumi up

> Create or update the resources in a stack.
> More information: <https://www.pulumi.com/docs/cli/commands/pulumi_up/>.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_up/>.

- Preview and deploy changes to a program and/or infrastructure:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pulumi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Define infrastructure on any cloud using familiar programming languages.
> Some subcommands such as `up` have their own usage documentation.
> More information: <https://www.pulumi.com/docs/cli>.
> More information: <https://www.pulumi.com/docs/iac/cli/>.

- Create a new project using a template:

Expand Down
Loading