pulumi/pkg
Chris Smith d5846d7e16 Add login and logout commands. (#437)
This PR adds `login` and `logout` commands to the `pulumi` CLI.

Rather than requiring a user name and password like before, we instead require users to login with GitHub credentials on the Pulumi Console website. (You can do this now via https://beta.moolumi.io.) Once there, the account page will show you an "access token" you can use to authenticate against the CLI.

Upon successful login, the user's credentials will be stored in `~/.pulumi/credentials.json`. This credentials file will be automatically read with the credentials added to every call to `PulumiRESTCall`.
2017-10-19 15:22:07 -07:00
..
apitype Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
compiler/errors Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
diag Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
encoding Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
engine Save snapshots after each step. 2017-10-19 10:57:48 -07:00
graph Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pack Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
resource Set old.Delete when previewing a CreateReplace step. 2017-10-19 13:08:17 -07:00
testing/integration Rename env folder to stacks 2017-10-17 17:44:53 -07:00
tokens Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
tools Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
util Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
workspace Rename env folder to stacks 2017-10-17 17:44:53 -07:00