You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arduino-ide-extension/data/cli/schema/arduino-cli.schema.json
+12
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,18 @@
119
119
"additionalProperties": false
120
120
},
121
121
"additionalProperties": false
122
+
},
123
+
"library": {
124
+
"type": "object",
125
+
"description": "Library Configuration",
126
+
"properties": {
127
+
"enable_unsafe_install": {
128
+
"type": "boolean",
129
+
"description": "Set to 'true' to enable the use of the '--git-url' and '--zip-file' flags with 'arduino-cli lib install' These are considered 'unsafe' installation methods because they allow installing files that have not passed through the Library Manager submission process."
0 commit comments