pulumi/pkg/util
Matt Ellis 818246a708 Allow control of uploaded archive root in Pulumi.yaml
Previously, when uploading a projectm to the service, we would only
upload the folder rooted by the Pulumi.yaml for that project. This
worked well, but it meant that customers needed to structure their
code in a way such that Pulumi.yaml was always as the root of their
project, and if they wanted to share common files between two projects
there was no good solution for doing this.

This change introduces an optional piece of metadata, named context,
that can be added to Pulumi.yaml, which allows controlling the root
folder used for computing the root folder to archive from.  When it is
set, it is combined with the location of the Pulumi.yaml file for the
project we are uploading and that folder is uses as the root of what
we upload to the service.

Fixes: #574
2018-01-31 16:22:58 -08:00
..
archive Fix some lint errors 2017-11-29 12:15:16 -08:00
cmdutil Provide a rudimentary progress spinner 2018-01-22 14:21:08 -08: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 Allow control of uploaded archive root in Pulumi.yaml 2018-01-31 16:22:58 -08:00
mapper Add additional linting (#768) 2017-12-27 17:10:12 -08:00
rendezvous Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
retry Use the retry framework for REST API retries 2017-12-26 10:24:08 -08:00
rpcutil Add a missing copyright header 2017-11-19 08:08:30 -08:00
testutil Remove Document and Location 2018-01-30 16:42:39 -08:00