mono update
Updates all changed files from a parent app to a derived app. Changes are applied all at once based on monostack.config.json.
Usage
mono update <app>
Examples
# Apply all parent changes to salary-calc
mono update salary-calc
# Preview changes without applying
mono update salary-calc --dry-run
# Apply changes but don't update parentCommit in config
mono update salary-calc --no-update
Options
| Flag | Description |
|---|---|
--dry-run | Show what would be updated without applying |
--no-update | Don't update parentCommit in config after applying |