This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
[FEATURE] Use wasmcloud cache for inspect commands #138
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
Currently, both
wash claims inspect
andwash par inspect
do not refer to the wasmcloud cache before downloading an actor or provider from an OCI registry. This causes theinspect
command to take longer than it should, as OCI references are intended to be immutable.Describe the solution you'd like
Following the same process as
wasmcloud-host
does,wash claims inspect
andwash par inspect
should read and write from/to the cache stored in the user's temp directory. This logic can be found in the cached_file function.The text was updated successfully, but these errors were encountered: