pulumi/tests
Matt Ellis b54998963e Store configuration files in `.pulumi` by default
Previously, we would write a stack's configuration file next to
Pulumi.yaml in a file named `Pulumi.<stack-name>.yaml`. This behavior
could be controled by setting the `config` property in the project's
`Pulumi.yaml` file.

This change updates the default storage location to be under a new
`.pulumi` folder that lives next to `Pulumi.yaml`. For configuration
files that are already present in the root, we'll continue to use
them, but configuration for new stacks will be created in `.pulumi`.

To go back to the old behavior, one can add `config: .` to their
Pulumi.yaml file.

Fixes #2005
2018-12-11 11:06:22 -08:00
..
integration Store configuration files in `.pulumi` by default 2018-12-11 11:06:22 -08:00
main_test.go Update test frameworks to new packages 2018-09-05 08:16:14 -07:00
new_test.go Initial support for passing URLs to `new` and `up` (#1727) 2018-08-10 18:08:16 -07:00
stack_test.go Implement RegisterResourceOutputs for Python 3 (#2173) 2018-11-08 09:44:34 -08:00