You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mikeymike after implementing this, I realised it probably shouldn't be called a 'playground' - since it's good enough (with a few tweaks) to be a general project creation command (eg: if you have client keys, it can be the entire setup process`
for this reason, I think the following would work better
wf2 --recipe M2 create
wf2 --recipe Wp create
etc.
Ideally I'd like the following, but I can't think right now which would be easier to implement
I came to run the playground and was confused
wf2 playground
wasn't a thing... but instead it'swf2 m2-playground
andwf2 wp-playground
Suggestion, maybe we could have
wf2 playground <recipe>
.. and/or it work out the box with--recipe
... e.g.wf2 --recipe=M2 playground
The text was updated successfully, but these errors were encountered: