Skip to main content

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

FlagDescription
--dry-runShow what would be updated without applying
--no-updateDon't update parentCommit in config after applying