pulumi/pkg/backend/cloud
Chris Smith e104ebd7f6
Several fixes relating to Pulumi clouds and auth (#651)
- Fix #644 "Re-enable use of local dev stacks". Rather than trying to be smart about using "pulumi.com" and inferring "api.pulumi.com", we just use whatever cloud URL the user provides. (e.g. "http://localhost:8080") We can improve the user experience later by providing friendly names for these things upon login. So we can show "Pulumi" or "Contoso" instead of the URL -- but let's cross that bridge later.

- Fix #640, "Better error on `pulumi login`". We only provide the more friendly error about needing to login IFF you are trying to use an authenticated Pulumi API without having creds.
2017-12-07 10:59:20 -08:00
..
apitype Improve the overall cloud CLI experience 2017-12-02 14:34:42 -08:00
api.go Several fixes relating to Pulumi clouds and auth (#651) 2017-12-07 10:59:20 -08:00
backend.go Several fixes relating to Pulumi clouds and auth (#651) 2017-12-07 10:59:20 -08:00
stack.go Return all computed inputs from Provider.Check. 2017-12-03 09:33:16 -08:00