mirror of https://github.com/pulumi/pulumi.git
400c771273
12363: [cli] Improve interactive scrolling r=pgavlin a=pgavlin These changes make two improvements to scrolling in the interactive display: 1. The interactive display can now be scrolled using the page-down and page-up keys. These keys scroll the display N lines at a time, where N is the height of the terminal. 2. If the display is scrolled to the bottom, it will now autoscroll it as new lines are added to the output. Fixes #12320 Fixes #12295 Co-authored-by: Pat Gavlin <pat@pulumi.com> |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.