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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ Once you have the credentials, execute the following command and provide them wh
40
40
41
41
By default it will be created in the arduino data directory (arduino15).
42
42
You can specify a different destination folder with the `--dest-dir` option.
43
-
Note that you can have several configuration files, in such case the config file being used will depend on which directory you are executing commands in. The priority is the following (from highest to lowest): config in the same directory commands are executed in (highest priority); config located in parents directories of the one commands are executed in; arduino15 default directory (lowest priority)
43
+
arduino-cloud-cli looks for its configuration file in different directories in the following order: current working directory, parents of the current working directory, arduino15 default directory.
44
+
45
+
This gives you the possibility to use different configuration files depending on the project you are working on.
0 commit comments