Skip to content

Commit

Permalink
doc: Add receiver CLI commands to ttn-lw-cli.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspcr committed Nov 6, 2023
1 parent ab0d076 commit 9ea335f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/data/commands/ttn-lw-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,32 @@
}
}
},
"alert-notification-receivers": {
"short": "Alert Notification Receiver commands (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-receivers",
"subCommands": {
"create": {
"short": "Create an alert notification receiver (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-receivers create"
},
"get": {
"short": "Get an alert notification receiver (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-receivers get"
},
"update": {
"short": "Update an alert notification receiver (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-receivers update"
},
"delete": {
"short": "Delete an alert notification receiver (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-receivers delete"
},
"list": {
"short": "List alert notification receivers (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-receivers list"
}
}
},
"applications": {
"short": "Application commands",
"path": "ttn-lw-cli applications",
Expand Down

0 comments on commit 9ea335f

Please sign in to comment.