DefangLabs / defang

Defang CLI and sample projects
https://defang.io
MIT License
21 stars 5 forks source link

Pulumi preview #123

Open raphaeltm opened 4 months ago

raphaeltm commented 4 months ago

Since Defang uses pulumi under the hood to manage stacks, etc. it would be really useful to be able to just run defang pulumi <pulumi commands>

lionello commented 4 months ago

defang cd … works like that for destroy and refresh. Others like up and preview would need the Pulumi project files, which is what defang compose up creates. What other Pulumi commands are you looking for?

lionello commented 3 months ago

@raphaeltm Could you explain what scenarios you'd want to cover with this?

lionello commented 4 days ago

defang cd … is good enough for now? Missing preview.