pulumi/sdk
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
..
dotnet [sdk/dotnet] RegisterResourceOutputs: Check for resource ref support (#6172) 2021-01-21 17:04:21 -08:00
go Add --limit flag to pulumi stack history and consume from automation api (#6257) 2021-02-08 10:49:57 -08:00
nodejs Add --limit flag to pulumi stack history and consume from automation api (#6257) 2021-02-08 10:49:57 -08:00
proto Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
python Add --limit flag to pulumi stack history and consume from automation api (#6257) 2021-02-08 10:49:57 -08:00
go.mod Add a python shim script to work around https://github.com/golang/go/issues/42919 2020-12-07 14:17:45 -08:00
go.sum Add a python shim script to work around https://github.com/golang/go/issues/42919 2020-12-07 14:17:45 -08:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.