- Issue created by @Sweetchuck
-
almunnings →
committed 37c88b76 on 2.0.x
Issue #3470955: Individual Drush command to export GraphQL schema
-
almunnings →
committed 37c88b76 on 2.0.x
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
On dev branch, if you wanted to review.
- ðŸ‡ðŸ‡ºHungary Sweetchuck Budapest
What if "--server" is not an option? I think it should be an argument.
function x(array $server_ids, array $options = [...])
drush my-command --type='json' 'my_server_id_01' 'my_server_id_02'
Or Drush have a native support for comma separated values. I handles it as CSV.
function x(string $server_ids, array $options = [...])
drush my-command --type='json' 'my_server_id_01,my_server_id_02'
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Fine to move server to arg, I’ll just make it an optional arg. Default to all servers.