Cc @colossal-beach-47527 who may know the answer to this.
c
colossal-beach-47527
12/09/2019, 12:26 AM
It isn’t anything to be worried about.
When you run
pulumi 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:
@colossal-beach-47527 Thanks for the detailed answer. The API call helps a lot!! I would recommend adding the 300 Max to the documentation so users will not rely on it (as we did) with their automation tools.
best-waiter-16927
12/09/2019, 9:19 AM
Another question, if i use a tag filter with the CLI will it still hide results? Cause i still see the warning. Where as if i use the project filter i don't
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.