You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add an upgrade-preview test for local commands (#483)
As the title says. Recorded via
```
provider $ go test -v github.com/pulumi/pulumi-command/provider/pkg/provider -run TestUpgradeLocalCommand/stdin/upgrade-snapshot -provider-snapshot
```
It would be good to have one for remote commands as well but that'll
take a bit more work. All the integration tests in `examples/` that use
remote command also use `CopyToRemote` which doesn't exist in v0.*.