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
Use case: I'm creating a php data file to serve as a data source for script. E.g. I want to get https:info data into a file so that a script that needs that data doesn't have to exec https:info for each site.
Currently if you choose a terminus option like--format=var_export you (understandably) get multiple arrays:
Use case: I'm creating a php data file to serve as a data source for script. E.g. I want to get
https:info
data into a file so that a script that needs that data doesn't have to exechttps:info
for each site.Currently if you choose a terminus option like
--format=var_export
you (understandably) get multiple arrays:It'd be useful if you could pass
--one-list
or some named option to get this:This probably applies to some of the other
--format
options.The text was updated successfully, but these errors were encountered: