playground-tools
playground-tools copied to clipboard
wp-now: What is the difference between "login": true and the login step in blueprints.json
What is the difference between root property "login": true and the "login" step in blueprints.json ?
...
{
"step": "login",
"username": "admin",
"password": "password"
},
...
vs
"login" : true
?
It seems one of them is obsolete, isn't it ?
to my understanding, login: true is a shorthand for the first step, the first step might be useful if you want to login someone else (not admin:password).
Same with plugins shorthand.