How can I use Insomnia data from a Git repository with Inso CLI on Docker?
Use the following command from your Insomnia Git repository folder to mount it to the /var/temp
folder in the container:
docker run -it --rm -v $(pwd):/var/temp kong/inso:latest lint spec -w /var/temp
How can I use Inso CLI on Docker with an Insomnia v4 export?
Use the following command to mount the folder where you keep an Insomnia v4 export:
docker run -it --rm -v $(pwd):/var/temp kong/inso:latest lint spec -w /var/temp/Insomnia_YYYY-MM-DD.json