1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

pulumi-*: update documentation links (#15589)

pulumi-*: update documentation link
This commit is contained in:
Nelson Figueroa 2025-01-23 14:23:53 -08:00 committed by GitHub
parent 7d40073649
commit b9cd141a16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 10 deletions

View file

@ -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`:

View file

@ -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/>.
- 현재 스택의 모든 리소스를 제거:

View file

@ -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`:

View file

@ -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/>.
- 프로그램 및/또는 인프라에 대한 변경 사항 미리보기 및 배포:

View file

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

View file

@ -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:

View file

@ -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`:

View file

@ -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:

View file

@ -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:

View file

@ -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: