pulumi/pkg/backend/filestate
Fraser Waters 50ade97b09
Return organizations from Backend.CurrentUser (#9211)
* 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
2022-03-31 09:11:19 +01:00
..
backend.go Return organizations from Backend.CurrentUser (#9211) 2022-03-31 09:11:19 +01:00
backend_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
bucket.go Ensure filestate stack.json file are atomically replaced (#9122) 2022-03-08 11:21:39 +00:00
bucket_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
gcpauth.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
lock.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
snapshot.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
stack.go Don't type test for stack tags in pulumi new (#9113) 2022-03-23 22:05:26 +00:00
state.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00