Update module reload docs for cloud download changes#4888
Merged
shannonbradshaw merged 2 commits intonew-docs-sitefrom Apr 8, 2026
Merged
Update module reload docs for cloud download changes#4888shannonbradshaw merged 2 commits intonew-docs-sitefrom
shannonbradshaw merged 2 commits intonew-docs-sitefrom
Conversation
The `viam module reload` command no longer transfers build artifacts to the machine. Instead the machine downloads the package directly from the cloud. The --home, --no-progress flags were removed from `reload` (still available on `reload-local`). Source: viamrobotics/rdk#5911 (APP-15664) https://claude.ai/code/session_01GzVutVhRBunpt96yfRq9rm
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The reload command no longer transfers the module to the target machine. The machine downloads the package directly from the cloud. https://claude.ai/code/session_01GzVutVhRBunpt96yfRq9rm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Source changes
viam module reloadcommand no longer downloads the build artifact locally and transfers it to the machine. Instead, the machine downloads the package directly from the cloud. Three flags were removed fromreload:--home,--no-progress, and--no-build(still available onreload-local).Docs changes
docs/cli/reference.md: Removedreloadfrom applicable commands for--homeand--no-progressflags (nowreload-localonly). Updatedreloadsubcommand description to reflect that the machine downloads the package directly instead of the CLI transferring it.docs/dev/tools/cli.md: Same flag applicability fix and subcommand description update.docs/build-modules/module-reference.md: Updatedreloadcommand description from "Build in cloud, transfer to machine, configure, and restart" to "Build in cloud; machine downloads the package directly"How I found these
module reloadto CLI reference pagesmodule reload,--no-progress,--home-dir,--home, and the subcommand description tablesGenerated by daily docs change agent
https://claude.ai/code/session_01GzVutVhRBunpt96yfRq9rm