Pulumi Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
pulumi login [--cloud-url https://something.example.com]
pulumi login [--cloud-url https://something.example.com]
</syntaxhighlight>
</syntaxhighlight>
Without argument, logs into the Pulumi-managed [[Pulumi_Concepts#Backend|backend]].
Credentials are cached locally and can be viewed with <code>~/.pulumi/credentials.json</code>.
Credentials are cached locally and can be viewed with <code>~/.pulumi/credentials.json</code>.
==Options==
===<tt>-c|--cloud-url</tt>===


=Info=
=Info=

Revision as of 03:59, 8 January 2022

External

Internal

Logout

pulumi logout

Login

pulumi login [--cloud-url https://something.example.com]

Without argument, logs into the Pulumi-managed backend. Credentials are cached locally and can be viewed with ~/.pulumi/credentials.json.

Options

-c|--cloud-url

Info

Dumps identity, backend name and URL, Open Directory groups, etc.

pulumi whoami --verbose

This reads ~/.pulumi/credentials.json.

Organization Info

pulumi org ls
pulumi org get <org-name>

Stack Operations

Pulumi Stacks

List Stacks

Display the list associated with the current project.

pulumi stack ls

Select a Stack

pulumi stack select

Display Stack Resources

pulumi stack

Display Stack Tags

https://www.pulumi.com/docs/reference/cli/pulumi_stack_tag_ls/
pulumi stack tag ls

Project Operations

New Project

Create a new project and stack from template.

pulumi new

Plugin Operations

List

pulumi plugin ls

Apply Infrastructure

pulumi up