will set the value of FOO to be "bar" with quotes.
I know this is because bash is eating the quotes for me when I have them in the command and flyctl never sees them, but this does break my expectation that flyctl secrets import acts the same way as sourcing a .env file.
There’s some handling of triple quoted strings in the secrets import code, my suggestion is to also handle single quotes similarly.
This is a good idea, and probably a quick fix if any of can figure out how to unescape bash values. It would make sense for FOO="bar\"baz" to do the right thing too.