pulumi/pkg/backend/httpstate
Evan Boyle eefc104c2b
Add --limit flag to pulumi stack history and consume from automation api (#6257)
Adds a `--limit` flag to `pulumi stack history. This allows limiting to the last few entries rather than fetching the entirety of a stack's update history (which can be quite slow for stacks with lots of updates). Example: `pulumi stack history --limit 1` fetches the last history entry only. 

`stack.up` and related operations in the Automation API have been updated to consume this change, drastically reducing overhead.
2021-02-08 10:49:57 -08:00
..
client Add --limit flag to pulumi stack history and consume from automation api (#6257) 2021-02-08 10:49:57 -08:00
backend.go Add --limit flag to pulumi stack history and consume from automation api (#6257) 2021-02-08 10:49:57 -08:00
console.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console_test.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
policypack.go Do not read TGZs into memory. (#5983) 2020-12-20 12:54:11 -08:00
snapshot.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
stack.go Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
state.go Add comments (#6234) 2021-02-01 16:00:46 -08:00