We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783be00 commit b09d40bCopy full SHA for b09d40b
docs/configuration.md
@@ -2,6 +2,8 @@
2
3
- `board_manager`
4
- `additional_urls` - the URLs to any additional Boards Manager package index files needed for your boards platforms.
5
+ - `enable_unsafe_install` - set to `true` to allow installation of packages that do not pass the checksum test. This
6
+ is considered an unsafe installation method and should be used only for development purposes.
7
- `daemon` - options related to running Arduino CLI as a [gRPC] server.
8
- `port` - TCP port used for gRPC client connections.
9
- `directories` - directories used by Arduino CLI.
0 commit comments