is anyone using Pulumi to manage Pulumi Cloud? the...
# dotnet
n
is anyone using Pulumi to manage Pulumi Cloud? the provider only seems to provide resources, there doesn’t seem to be any
GetXXX
anywhere in the package, eg getting a list of teams, or stacks
f
they're static methods, e.g.
Team.Get
n
thanks - this still only allows retrieval of one item, not multiple
eg
Team.Get
/
Stack.Get
take name arguments, there’s no way to fetch all of it
f
ahhhh, yes, agreed... I don't think there's list retrieval for these. if you would like this, please add an issue via https://github.com/pulumi/pulumi-pulumiservice/issues/new?template=1-feature-request.md
n
thanks!