update Commands
Update existing documentation, architecture diagrams, and run linters.
Commands in this Category
| Command | Purpose |
|---|---|
| update | Base update command |
| update design | Update existing workspace.dsl for a module |
| update lint | Run linters on modules |
| update lint (Go) | Go linting with golangci-lint |
| update lint (Markdown) | Markdown linting with markdownlint-cli2 |
Quick Examples
# Update architecture documentation
r2r eac update design src-auth
# Lint all modules
r2r eac update lint
# Lint with auto-fix
r2r eac update lint --fix
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.