You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modules: cloud: shell: Update shell commands and documentation
Combine the att cloud shell command into a single command
with subcommands for better usability. Update the documentation
accordingly to reflect the new command structure.
Align command structure among all shell commands offered by
the template.
Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Copy file name to clipboardExpand all lines: docs/common/provisioning.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ To update device credentials:
107
107
1. Select **Cloud Access Key Generation** and click **Create Command**.
108
108
1. Trigger on device:
109
109
110
-
- **Shell**: `att_cloud_provision now`
110
+
- **Shell**: `att_cloud provision`
111
111
- **Cloud**: Update device shadow with `{"desired": {"command": [1, 1]}}`.
112
112
113
113
For detailed information on sending commands to devices through REST API, including command structure and available command types, see [Sending commands through REST API](configuration.md#sending-commands-through-rest-api) in the configuration documentation.
0 commit comments