-
-
Notifications
You must be signed in to change notification settings - Fork 398
Q: how to create a new sketch via gRPC? #1456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
type: enhancement
Proposed improvement
Comments
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 6, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 6, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 6, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 6, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 6, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 6, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 6, 2021
5 tasks
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 11, 2021
…n called via gRPC)
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 12, 2021
…n called via gRPC)
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 12, 2021
…n called via gRPC)
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 12, 2021
…n called via gRPC)
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 12, 2021
…"directories.Sketches"
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 12, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 12, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 13, 2021
…e "user" dir for sketches created via gRPC
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 13, 2021
…e "user" dir for sketches created via gRPC
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
4ntoine
added a commit
to 4ntoine/arduino-cli
that referenced
this issue
Oct 14, 2021
silvanocerza
added a commit
that referenced
this issue
Oct 15, 2021
* #1456 - Add "new sketch" in gRPC .proto, regenerate .pg.go. Use "user" dir for sketches created via gRPC * #1456 - Avoid using hardcoded extension (address comment). * #1456 - Add optional dir field in the request, use it. * #1456 - Use go-paths-helper * Use gRPC function from CLI to create new sketch Co-authored-by: Silvano Cerza <[email protected]>
Solved by #1498. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Current behavior
No
CreateSketch
method incommands.proto
, but there areLoadSketch
andArchiveSketch
.This is available with cmd
arduino-cli sketch new ...
so i guess it should be available via gRPC too.Expected behavior
CreateSketch
method incommands.proto
.Environment
arduino-cli version
): 0.19.0Additional context
The text was updated successfully, but these errors were encountered: