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.
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.
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.When attempting to use commands other then
dsh init
before having rundsh init
, the error messages states that the--deployment-name
parameter is missing. Providing the parameter correctly errors, since--deployment-name
parameter is fordsh init
, not for the other commands.