Skip to content

Commit e479deb

Browse files
committed
Rename sample to commands-sandbox
1 parent 3cbe796 commit e479deb

8 files changed

Lines changed: 5 additions & 3 deletions

File tree

.builder/actions/build_samples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def run(self, env):
1919

2020
steps = []
2121
samples = [
22+
'samples/commands/commands-sandbox',
2223
'samples/deprecated/fleet_provisioning/fleet_provisioning',
2324
'samples/deprecated/fleet_provisioning/mqtt5_fleet_provisioning',
2425
'samples/deprecated/jobs/job_execution',

samples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ add_subdirectory(pub_sub/cycle_pub_sub)
2424
add_subdirectory(secure_tunneling/secure_tunnel)
2525
add_subdirectory(secure_tunneling/tunnel_notification)
2626
add_subdirectory(shadow/shadow_sync)
27-
add_subdirectory(commands/execute_command)
27+
add_subdirectory(commands/commands-sandbox)
2828

2929

3030
add_subdirectory(deprecated/shadow/shadow_sync)

samples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* [Shadow Sandbox](./shadow/shadow-sandbox/README.md)
2525
* [Basic Fleet Provisioning](./fleet_provisioning/provision-basic/README.md)
2626
* [CSR Fleet Provisioning](./fleet_provisioning/provision-csr/README.md)
27+
* [Commands Sandbox](./commands/commands-sandbox/README.md)
2728
* [Secure Tunnel](./secure_tunneling/secure_tunnel/README.md)
2829
* [Secure Tunnel Notification](./secure_tunneling/tunnel_notification/README.md)
2930
* [Cycle Pub-Sub](./pub_sub/cycle_pub_sub/README.md)
File renamed without changes.

samples/commands/execute_command/README.md renamed to samples/commands/commands-sandbox/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Commands Execution
1+
# Commands Sandbox
22

33
[**Return to main sample list**](../../README.md)
44

@@ -154,7 +154,7 @@ cmake --build build/ --target install
154154
Now build the sample:
155155

156156
```shell
157-
cd samples/commands/execute_command
157+
cd samples/commands/commands-sandbox
158158
cmake -S . -B build/ -DCMAKE_PREFIX_PATH=<sdk_install_path>
159159
cmake --build build/
160160
```

samples/commands/execute_command/command_stream_handler.cpp renamed to samples/commands/commands-sandbox/command_stream_handler.cpp

File renamed without changes.

samples/commands/execute_command/command_stream_handler.h renamed to samples/commands/commands-sandbox/command_stream_handler.h

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)