We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5742d45 commit 1b18b36Copy full SHA for 1b18b36
internal/orchestrator/bricks/bricks.go
@@ -290,6 +290,7 @@ func (s *Service) BrickCreate(
290
for _, brickVar := range brick.Variables {
291
if brickVar.DefaultValue == "" {
292
if _, exist := req.Variables[brickVar.Name]; !exist {
293
+ // See issue https://github.com/arduino/arduino-app-cli/issues/68
294
slog.Warn("[Skip] a required variable is not set by user", "variable", brickVar.Name)
295
}
296
0 commit comments