alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
62 stars 15 forks source link

Pulumi: misleading error messages #1623

Closed craddm closed 1 year ago

craddm commented 1 year ago

When running dsh init, if the --name parameter is not provided, the error message says that the --deployment-name parameter is not provided. This was the old name for that parameter.

Another misleading error message

When attempting to use commands other then dsh init before having run dsh init, the error messages states that the --deployment-name parameter is missing. Providing the parameter correctly errors, since --deployment-name parameter is for dsh init, not for the other commands.

another misleading error
craddm commented 1 year ago

Closed by #1624