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
We should do a sweep of where we're rendering Pulumi messages which can be confusing to users working with the infra-as-code Twilio CLI plugin. A few examples I've found:
twilio infra:new
Your new project is ready to go! ✨
To perform an initial deployment, run 'pulumi up'
And
twilio infra:preview --stack dev4
»
Error running Pulumi CLI command.
** Command failed: TWILIO_ACCOUNT_SID=AC71158ba150ae37bdb166b62c409f12f2 TWILIO_AUTH_TOKEN=undefined TWILIO_USERNAME=SKee90ad4b938c04ae4586c49a3235fb19 TWILIO_PASSWORD=HynJTQaAGRHa3w5lJdTQYaLvpMNRhyOr pulumi preview --stack=dev4
error: no Pulumi.yaml project file found (searching upwards from /Users/mbermudez/repos/plugin-twilio-infra/iac-part-three). If you have not created a project yet, use `pulumi new` to do so
› Error: EEXIT: 1
› Code: EEXIT
The text was updated successfully, but these errors were encountered:
Thanks @bermudezmt for now we have some limitations on how we execute a commands within the node shell, but we can add it to enhancement for a future release when we will wrap the Pulumi execution completely into the CLI
We should do a sweep of where we're rendering Pulumi messages which can be confusing to users working with the infra-as-code Twilio CLI plugin. A few examples I've found:
And
The text was updated successfully, but these errors were encountered: