When using the --file-local option in fly m, the following object is added to the status JSON with the files array.
{
"guest_path": "guest/path"
"raw_value": "base64 of file content"
}
Adding the files keyword manually to the API calls under config didn’t seem to do anything. How was this achieved on the CLI side and can I somehow do the same with the API directly?