mirror of https://github.com/pulumi/pulumi.git
50ade97b09
* Return organizations from Backend.CurrentUser Organizations are shown by `pulumi about` and `pulumi whoami --verbose` e.g. ``` $ pulumi whoami --verbose User: Frassle Organizations: Frassle Backend URL: https://app.pulumi.com/Frassle ``` Like usernames these are cached in the credentials file. * lint * Add to CHANGELOG |
||
---|---|---|
.. | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.