Skip to content

Instantly share code, notes, and snippets.

@juusujanar
Created December 8, 2021 14:34
Show Gist options
  • Save juusujanar/11cf6143a84ef082a8e5248041b286b8 to your computer and use it in GitHub Desktop.
Save juusujanar/11cf6143a84ef082a8e5248041b286b8 to your computer and use it in GitHub Desktop.
Things Network CLI scripts
#!/bin/sh
applicationName=$1
ttn-lw-cli end-devices list $applicationName | jq -r '.[].ids.device_id' | xargs -L1 -I'{}' ttn-lw-cli end-devices delete $applicationName {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment