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
Cache commands (such as --cache validate or --cache purge) require a valid platform to be provided with -p.
It would be useful if use of -p all could be used to apply the appropriate command to all platforms within the cache.
For example: Skyscraper -p all --cache validate
The workaround is that I'll have to write a script that runs Skyscraper -p $PLATFORM --cache validate where $PLATFORM contains the name of each directory located in /home/pi/.skyscraper/cache/.
The text was updated successfully, but these errors were encountered:
Cache commands (such as -
-cache validate
or--cache purge
) require a valid platform to be provided with-p
.It would be useful if use of
-p all
could be used to apply the appropriate command to all platforms within the cache.For example:
Skyscraper -p all --cache validate
The workaround is that I'll have to write a script that runs
Skyscraper -p $PLATFORM --cache validate
where$PLATFORM
contains the name of each directory located in/home/pi/.skyscraper/cache/
.The text was updated successfully, but these errors were encountered: