Pulumi Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
</syntaxhighlight>
</syntaxhighlight>
This reads <code>~/.pulumi/credentials.json</code>.
This reads <code>~/.pulumi/credentials.json</code>.
==Organization Info==
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
pulumi org ls  
pulumi org ls  

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.

Organization Info

pulumi org ls
pulumi org get <org-name>