Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

EdgeX CLI Snap

edgex-cli

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.

Build from source

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.