Closed michaeldyrynda closed 3 years ago
@michaeldyrynda seems like some of the GitHub actions are failing. Can you mark as ready when that is fixed? Or maybe @nunomaduro can look?
They’re failing because this PR relies on changes added in the forge-sdk repo linked in the description. I’ve got them all passing with local versions of both repos.
Happy to work with Nuno on getting this ready!
I've merged the PHP SDK changes required for this now 👍🏻 We will need to do a release though.
This adds site and server tags to relevant command output.
server:current
server:list
server:switch
site:list
This does rely on a
tags()
method introduced on theSite
andServer
resources to handle converting to strings consistently, so tests have been updated to use the relevant resource where appropriate.Depends on laravel/forge-sdk#126