A packager to generate the sdk tar.gz files that go on Cloudflare.
git clone --recurse-submodules https://github.com/coredevices/sdk-packager./download-toolchain.shBuild an sdk
./pack-sdk.sh $VERSIONRun locally
python3 -m http.server -d dist/Override SDK server (requires a matching manifest in dist/v1/files/sdk-core)
PEBBLE_SDK_SERVER=http://localhost:8000 pebble sdk install $VERSION