mirror of https://github.com/pulumi/pulumi.git
2bad0a85e8
Add support for using Ctrl+O to open the current update in the browser for backends that support permalinks. The keybinding is advertised in the interactive display as part of the message that displays the permalink: ``` Previewing update (dev) View in Browser (Ctrl+O): https://<some-url> Type Name Plan + pulumi:pulumi:Stack vpc-dev create + ├─ aws:ec2:Vpc vpc create + ├─ aws:ec2:SecurityGroup secgroup create + ├─ aws:ec2:SecurityGroupRule rule-2 create + ├─ aws:ec2:SecurityGroupRule rule-0 create + ├─ aws:ec2:SecurityGroupRule rule-1 create + └─ aws:ec2:SecurityGroupRule rule-3 create ``` In order to maintain backwards compatibility with older versions of the Automation API, the message is not changed for non-interactive scenarios. |
||
---|---|---|
.. | ||
terminal |