1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 07:33:31 +02: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 # pulumi login
> Inicia sesión en Pulumi Cloud. > 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`: - Inicia sesión en el servidor administrado Pulumi Cloud, de manera predeterminada en `app.pulumi.cloud`:

View file

@ -1,7 +1,7 @@
# pulumi destroy # 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 login
> Pulumi 클라우드에 로그인. > 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`: - 관리되는 Pulumi Cloud 백엔드에 로그인. 기본값은 `app.pulumi.cloud`:

View file

@ -1,7 +1,7 @@
# pulumi up # 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`과 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다. > `up`과 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
> 더 많은 정보: <https://www.pulumi.com/docs/cli>. > 더 많은 정보: <https://www.pulumi.com/docs/iac/cli/>.
- 템플릿을 사용하여 새 프로젝트 생성: - 템플릿을 사용하여 새 프로젝트 생성:

View file

@ -1,7 +1,7 @@
# pulumi destroy # pulumi destroy
> Destroy all existing resources in a stack. > 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: - Destroy all resources in the current stack:

View file

@ -1,7 +1,7 @@
# pulumi login # pulumi login
> Log in to the Pulumi cloud. > 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`: - Log in to the managed Pulumi Cloud backend, defaults to `app.pulumi.cloud`:

View file

@ -1,7 +1,7 @@
# pulumi logout # pulumi logout
> Log out of the Pulumi cloud. > 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: - Log out of a specific cloud backend:

View file

@ -1,7 +1,7 @@
# pulumi up # pulumi up
> Create or update the resources in a stack. > 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: - 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. > Define infrastructure on any cloud using familiar programming languages.
> Some subcommands such as `up` have their own usage documentation. > 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: - Create a new project using a template: