pulumi/cmd
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
..
lumidl Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
api.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
config.go Add small prettyKey test 2017-10-18 10:36:07 -07:00
config_test.go Add small prettyKey test 2017-10-18 10:36:07 -07:00
creds.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
destroy.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
login.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
preview.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
provider_local.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
pulumi.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
stack.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_init.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_ls.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_rm.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_select.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
update.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
util.go Support using short names for config keys 2017-10-16 16:10:24 -07:00
version.go Construct version based on git information 2017-10-16 18:35:41 -07:00