pulumi/cmd
Matt Ellis 3f1197ef84 Move .pulumi to root of a repository
Now, instead of having a .pulumi folder next to each project, we have
a single .pulumi folder in the root of the repository. This is created
by running `pulumi init`.

When run in a git repository, `pulumi init` will place the .pulumi
file next to the .git folder, so it can be shared across all projects
in a repository. When not in a git repository, it will be created in
the current working directory.

We also start tracking information about the repository itself, in a
new `repo.json` file stored in the root of the .pulumi folder. The
information we track are "owner" and "name" which map to information
we use on pulumi.com.

When run in a git repository with a remote named origin pointing to a
GitHub project, we compute the owner and name by deconstructing
information from the remote's URL. Otherwise, we just use the current
user's username and the name of the current working directory as the
owner and name, respectively.
2017-10-27 11:46:21 -07:00
..
lumidl Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
api.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
config.go Improve the US for pulumi config 2017-10-27 10:04:53 -07:00
config_test.go Save config information in Pulumi.yaml 2017-10-20 13:30:07 -07:00
creds.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
crypt.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
destroy.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
init.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
login.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
preview.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
provider_local.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
pulumi.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
stack.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
stack_init.go Enable 'pulumi stack init' to the Cloud (#480) 2017-10-26 22:14:56 -07:00
stack_ls.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
stack_rm.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
stack_select.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
update.go Enable 'pulumi stack init' to the Cloud (#480) 2017-10-26 22:14:56 -07:00
util.go Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
util_password.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
util_password_windows.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
version.go Construct version based on git information 2017-10-16 18:35:41 -07:00