mirror of https://github.com/pulumi/pulumi.git
cc11dde617
12412: display: Switch "Open in Browser" to "View in Browser" r=abhinav a=abhinav Switch this to "View in Browser" per discussion which is closer to the old "View Live" message. sdk/go/auto doesn't need an update because the regex there is still using "View in Browser". 12413: pkg: Dedupe "open in browser" library r=abhinav a=abhinav We currently have two different "open in browser" libraries imported into our system: github.com/pkg/browser github.com/skratchdot/open-golang/open pkg/browser has slightly more activity than open-golang so switch to pkg/browser and delete the unused dependency. Co-authored-by: Abhinav Gupta <abhinav@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.