Skip to content

Commit 4ac5353

Browse files
committed
DOCS-3707: Add module file location to cli docs
1 parent 5f0fef9 commit 4ac5353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/tools/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,8 @@ viam module local-app-testing --app-url http://localhost:3000
10831083
| `update` | Update your module's metadata and documentation in the Viam registry. Updates are based on changes to [<file>meta.json</file>](/operate/modules/advanced/metajson/) and <file>README.md</file>. Viam automatically runs `update` when you `upload` your module, as well as when you trigger a cloud build with Viam's default build action. | - |
10841084
| `update-models` | Update the module's metadata file with the models it provides. | - |
10851085
| `upload` | Validate and upload a new or existing custom module on your local filesystem to the Viam Registry. See [Upload validation](#upload-validation) for more information. | **module-path** : specify the path to the file, directory, or compressed archive (with `.tar.gz` or `.tgz` extension) that contains your custom module code. |
1086-
| `reload` | Build a module in the cloud and run it on a target marchine. Rebuild and restart if it is already running. | - |
1087-
| `reload-local` | Build a module locally and run it on a target marchine. Rebuild and restart if it is already running. | - |
1086+
| `reload` | Build a module in the cloud and run it on a target marchine. Rebuild and restart if it is already running. The module is loaded to <FILE>~/.viam/packages-local/namespace_module-name_from_reload-module.tar.gz</FILE>. | - |
1087+
| `reload-local` | Build a module locally and run it on a target marchine. Rebuild and restart if it is already running. The module is loaded to <FILE>~/.viam/packages-local/namespace_module-name_from_reload-module.tar.gz</FILE>. | - |
10881088
| `restart` | Restart a running module. | - |
10891089
| `build start` | Start a module build in a cloud runner using the build step in your [`meta.json` file](/operate/modules/advanced/metajson/). See [Using the `build` subcommand](#using-the-build-subcommand). | - |
10901090
| `build local` | Start a module build locally using the build step in your [`meta.json` file](/operate/modules/advanced/metajson/). See [Using the `build` subcommand](#using-the-build-subcommand). | - |

0 commit comments

Comments
 (0)