pulumi/sdk/python/lib
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
..
pulumi Add --limit flag to pulumi stack history and consume from automation api (#6257) 2021-02-08 10:49:57 -08:00
test [python/sdk] - Correctly handle outputs with properties named "values" (#6264) 2021-02-05 17:16:13 -07:00
test_with_mocks [sdk/python] Implement getResource in the mock monitor (#5919) 2020-12-10 15:23:00 -08:00
setup.py [Automation API] Python Implementation (#5979) 2021-01-12 16:55:59 -08:00