This directory contains the snap packaging of the EdgeX CLI.
The snap is built automatically and published on the Snap Store as edgex-cli.
For usage instructions, please refer to EdgeX CLI section in Getting Started using Snaps.
Execute the following command from the top-level directory of this repo:
snapcraft
This will create a snap package file with .snap extension. It can be installed locally by setting the --dangerous flag:
sudo snap install --dangerous <snap-file>The snapcraft overview provides additional details.