mirror of https://github.com/pulumi/pulumi.git
22df0fe235
12203: Pass *Project to GetCurrentCloudURL r=Frassle a=Frassle <!--- Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation. --> # Description <!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. --> Chipping away at https://github.com/pulumi/pulumi/issues/12152. This makes GetCurrentCloudURL take a `*Project` rather than loading the project itself. All call sites have been fixed up, most now need to the project loading there instead but over time we'll bump all these loads to the very top of the call stack in pkg/cmd. Co-authored-by: Fraser Waters <fraser@pulumi.com> |
||
---|---|---|
.. | ||
config.go | ||
creds.go | ||
creds_test.go | ||
loaders.go | ||
paths.go | ||
paths_test.go | ||
plugins.go | ||
plugins_install_nodejs_test.go | ||
plugins_install_python_test.go | ||
plugins_install_test.go | ||
plugins_test.go | ||
project.go | ||
project.json | ||
project_test.go | ||
settings.go | ||
templates.go | ||
templates_test.go | ||
workspace.go |