-
-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
topic: gRPCRelated to the gRPC interfaceRelated to the gRPC interfacetype: supportOT: Request for help using the projectOT: Request for help using the project
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"?
Metadata
Metadata
Assignees
Labels
topic: gRPCRelated to the gRPC interfaceRelated to the gRPC interfacetype: supportOT: Request for help using the projectOT: Request for help using the project