[On hold until RDK release] Document --from-source flag for module build start#5136
[On hold until RDK release] Document --from-source flag for module build start#5136Shannon Bradshaw (shannonbradshaw) wants to merge 1 commit into
Conversation
RDK #6057 adds a --from-source flag to `viam module build start` that packages local source and uploads it to the cloud builder, bypassing the need for a GitHub repo or git push. Also adds --path, --wait, and --no-progress flags for this mode. Updates four pages: - cli/reference.md: add new flags to the argument table - cli/build-and-deploy-modules.md: add --from-source example - build-modules/deploy-a-module.md: note that --from-source does not require a GitHub repo - build-modules/module-reference.md: update flags summary Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YFy4ubaHy4n3G9AXWJBi52
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
🛑 Holding this until an RDK release ships The content is accurate — I verified every flag (
So users on the current stable CLI who run |
|
Hey Shannon Bradshaw (@shannonbradshaw) — CI is green and no reviewer is assigned yet. Could you request one when you have a chance? Auto-comment from overwatch. Will not re-nudge for 7 days. |

Warning
On hold until an RDK release.
--from-sourcemerged tordkmainon 2026-07-01 (viamrobotics/rdk#6057) but is not yet in a releasedviamCLI — the latest release is v0.132.0 (2026-06-23), which predates the merge and does not contain the flag. Merging now would document a flag users on the current stable CLI cannot run. Hold until the flag ships in an RDK release (expected v0.133.0).RDK #6057 adds a
--from-sourceflag toviam module build startthat packages local source and uploads it to the cloud builder. This bypasses the need for a GitHub repo or git push, making it easier to iterate during development.New flags in
--from-sourcemode:--from-source: enable source upload mode--path: path to the local source directory (default:.)--wait: wait for the build to finish and surface failure logs--no-progress: hide the progress spinnerSource changes
Docs changes
docs/cli/reference.md: Added--from-source,--path,--wait,--no-progressflags to themodule build startargument table. Added example command.docs/cli/build-and-deploy-modules.md: Added--from-sourceexample to the Cloud builds section.docs/build-modules/deploy-a-module.md: Updated the cloud build intro to note that--from-sourcedoes not require a GitHub repo.docs/build-modules/module-reference.md: Updated thebuild startflags summary to include the new flags.How I found these
cli-xref.mdmapsrdk/cli/changes to CLI docsmodule build start,--ref,cloud buildacross entire docs repo; found 14 files referencing cloud builds, updated the 4 that describebuild startflags or behaviorGenerated by daily docs change agent
Generated by Claude Code