Skip to content

Commit

Permalink
doc: Add profile 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 33ac808 commit ab0d076
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions doc/data/commands/ttn-lw-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
"short": "The Things Industries Command-line Interface",
"path": "ttn-lw-cli",
"subCommands": {
"alert-notification-profiles": {
"short": "Alert Notification Profile commands (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-profiles",
"subCommands": {
"create": {
"short": "Create an alert notification profile (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-profiles create"
},
"get": {
"short": "Get an alert notification profile (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-profiles get"
},
"update": {
"short": "Update an alert notification profile (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-profiles update"
},
"delete": {
"short": "Delete an alert notification profile (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-profiles delete"
},
"list": {
"short": "List alert notification profiles (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-profiles list"
},
"get-default": {
"short": "Get default alert notification profile (EXPERIMENTAL)",
"path": "ttn-lw-cli alert-notification-profiles get-default"
}
}
},
"applications": {
"short": "Application commands",
"path": "ttn-lw-cli applications",
Expand Down

0 comments on commit ab0d076

Please sign in to comment.