best-waiter-16927
12/08/2019, 11:46 AMwarning: 194 stacks were omitted from the results.
white-balloon-205
colossal-beach-47527
12/09/2019, 12:26 AMpulumi stack ls
we cap the results at 300 stacks returned. So if you are in an organization with many stacks you might need to narrow down your search by adding a project filter (--project
), which should be inferred by the Pulumi.yaml
file in the current directory.
If you really want all the stacks, and don’t mind if the request takes a long while to serve, you can hit our REST API directly using something like:
curl \
-H "Authorization: token ${PULUMI_ACCESS_TOKEN}" \
"<https://api.pulumi.com/api/user/stacks?maxResults=600>"
(And you can specify other filters by passing organization
, project
, tagName
, or tagValue
URL query parameters.best-waiter-16927
12/09/2019, 9:11 AMwhite-balloon-205
best-waiter-16927
12/10/2019, 12:47 PM