Pulumi Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Pulumi") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Pulumi#Subjects|Pulumi]] | * [[Pulumi#Subjects|Pulumi]] | ||
=Logout= | |||
<syntaxhighlight lang='bash'> | |||
pulumi logout | |||
</syntaxhighlight> | |||
=Login= | |||
<syntaxhighlight lang='bash'> | |||
pulumi login | |||
</syntaxhighlight> | |||
Credentials are cached locally and can be viewed with <code>~/.pulumi/credentials.json</code>. | |||
=Info= | |||
Identity, backend, groups, etc. | |||
<syntaxhighlight lang='bash'> | |||
pulumi whoami --verbose | |||
</syntaxhighlight> | |||
This reads <code>~/.pulumi/credentials.json</code>. | |||
<syntaxhighlight lang='bash'> | |||
pulumi org ls | |||
</syntaxhighlight> | |||
<syntaxhighlight lang='bash'> | |||
pulumi org get <org-name> | |||
</syntaxhighlight> |
Revision as of 04:31, 6 January 2022
Internal
Logout
pulumi logout
Login
pulumi login
Credentials are cached locally and can be viewed with ~/.pulumi/credentials.json
.
Info
Identity, backend, groups, etc.
pulumi whoami --verbose
This reads ~/.pulumi/credentials.json
.
pulumi org ls
pulumi org get <org-name>