pulumi / pulumi-command

Apache License 2.0
57 stars 23 forks source link

Bring CopyFile back as deprecated resource #473

Closed thomas11 closed 1 week ago

thomas11 commented 1 week ago

To allow users an easy transition to Command 1.0, especially given the lack of alpha and beta releases, we'll keep the previous CopyFile resource for the time being. It will be marked as deprecated, which is currently missing in this PR, therefore it's a draft.

I also tweaked the CopyToRemote integration test for work with CopyFile so we have coverage.