mirror of https://github.com/pulumi/pulumi.git
03ff557de4
Adds an option to the filestate upgrade operation that, when supplied, allows the caller to fill project names for stacks for which we could not guess a project name. The caller supplies a function with the following signature, taking a list of stack names and returning a list of project names in the same order. func(stacks []Name) (projects []Name, err error) A caller like the CLI can use this hook to prompt the user for input, allowing users to fill in project names for stacks. |
||
---|---|---|
.. | ||
backend.go | ||
backend_legacy_test.go | ||
backend_test.go | ||
bucket.go | ||
bucket_test.go | ||
doc.go | ||
lock.go | ||
meta.go | ||
meta_test.go | ||
pool.go | ||
pool_test.go | ||
snapshot.go | ||
stack.go | ||
state.go | ||
state_test.go | ||
store.go | ||
store_test.go |