pulumi/pkg/util
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
..
archive Enable pulumi update to target the Console (#461) 2017-10-25 10:46:05 -07:00
cmdutil Preserve Pulumi.yaml while applying edits 2017-10-23 05:27:26 -07:00
contract Enable pulumi update to target the Console (#461) 2017-10-25 10:46:05 -07:00
convutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
fsutil Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
mapper Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
rendezvous Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
retry Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
rpcutil Do not trap signals in rpcutil.Serve. 2017-10-24 14:35:59 -07:00
testutil Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00