Error in Learn Boundary Section

In the Start a Development Environment part of the Learn Path, CLI command to start with specific login and password for dev Boundary seems to be wrong.

I needed to switch from:
boundary dev -dev-login-name="dev-admin" -dev-password="p@ssw0rd"
to
boundary dev -login-name="dev-admin" -password="p@ssw0rd"

Regards,
Philippe

Excellent catch, @philippevidal80, and thanks for bringing this to our attention! We should have a fix for this in our learn guide shortly.

Regards,
Pete Pacent

Apologies! We changed some commands after that was written and missed going back and fixing it – we’ll get that updated. Thanks for the heads-up!

Just published the fix. Thank you so much for reporting. :pray: