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
*`on` - Turn repository caching on. Will use either the default or the user specified cache directory.
865
865
*`off` - Turn repository caching off. Note that this doesn't purge cached repositories. See "purge".
866
-
*'dir' - Set cache directory. Set to "default" to let mbed CLI determine the cache directory location. Typically this is `~/.mbed/mbed-cache/` on UNIX systems, or `%%userprofile%%/.mbed/mbed-cache/` on Windows systems.
866
+
*`dir` - Set cache directory. Set to "default" to let mbed CLI determine the cache directory location. Typically this is `~/.mbed/mbed-cache/` on UNIX systems, or `%%userprofile%%/.mbed/mbed-cache/` on Windows systems.
867
867
*`ls` - List cached repositories and their size.
868
868
*`purge` - Purge cached repositories. Note that this doesn't turn caching off.
0 commit comments