Kyle Dixler

Results 25 issues of Kyle Dixler

# Description This PR combines the `Program failed with an unhandled exception:` and traceback error messages and puts them into a single log message as well as omits the existing...

# Description Fixes #10227 ## Checklist - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated...

### What happened? when running the pulumi example at `example/aws-java-eks-minimal` after removing my `~/.pulumi/plugins` dir. the plugin progress bar was behaving strangely and would tick back and forth(maybe multiple plugin...

kind/bug
area/cli

### What happened? while working on #9175 when `src` was current working directory, pulumi made a new `venv` dir inside `./src` which was the current working directory rather than inside...

kind/bug
area/tooling
language/python

# Description This PR removes internal pulumi stack traces from the traceback output when a user's python pulumi program raises an Exception. New: [![asciicast](https://asciinema.org/a/19zKPgaPvbpKMUvwmykI8Zw2W.svg)](https://asciinema.org/a/19zKPgaPvbpKMUvwmykI8Zw2W) Old: [![asciicast](https://asciinema.org/a/ScF2yfgHWScSNmAenAH1xgtIi.svg)](https://asciinema.org/a/ScF2yfgHWScSNmAenAH1xgtIi) Program: ```python """An AWS...

# Description Fixes #10176 ## Checklist - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated...

# Description This PR moves all of the documentation strings for commands into its own directory to decouple the likelihood for documentation enhancements to impact command behavior. tool to check...

impact/no-changelog-required

### What happened? My pulumi is reordering my program output ```python """An AWS Python Pulumi program""" import pulumi import time from pulumi_aws import s3 # Create an AWS resource (S3...

kind/bug
resolution/by-design
area/logging

### What happened? the help text for `pulumi import --help` explains the details of how it works, but doesn't explain how to use it or what the `usage` text means....

kind/bug
area/cli
impact/usability

added error handling