Inspecting packaged driver

I have asked to ignore certain files in the packaging via config.yaml for the cli… How can I inspect the package to see what is in it and if it in fact has ignored those files?

Use the -b option to edge:drivers:package. Package creates a zip file that you can look at easily. The zip file is what gets uploaded to the cloud for processing.

  -b, --build-only=<value>    save package to specified zip file but skip upload

the --help option is your friend for any command.

3 Likes