Open
Description
Question
I've asked on SO but did not get any answers unfortunately.
Sorry for cross posting here.
Is there any opportunity to get new files content, compiled binaries content done vis cli vis gRPC calls?
Current behavior
All the methods return arduino cli host local fs paths. This limits the use cases and require direct access
to cli host file system or alternative services to provide access (remote fs, ssh, etc).
Expected behavior
Expected to have an opportunity to pass the content of the files, not just paths. This could be done by just returning oneof
depending on the (new) request arguments (paths/content).
Environment
- CLI version (output of
arduino-cli version
): 0.19.0 - OS and platform:
Additional context
How does it work with "arduino create"?