Setting boolean and array values using wp theme mod set
I need to set a couple of Theme Mods to boolean and array values using WP CLI but can't find any way to do achieve it.
I have already tried the following for booleans, but they appear to be treated as string:
wp theme mod set my_theme_mod true
wp theme mod set my_theme_mod 1
For arrays, I don't even know where to start, so have not tried anything yet.
Any pointers please?