Skip to content

Commit

Permalink
Add instructions for basic use of msync when needing to make updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Nov 2, 2020
1 parent 8e29149 commit 7b788df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ across all of the Foreman installer modules.
A full description of ModuleSync can be found in [ModuleSync's
README](https://github.com/puppetlabs/modulesync).

## Applying Updates

To initialize the modules for updates, use modulesync's update feature with noop:

```
bundle exec msync update --noop
```

This will clone all modules into `modules/` and apply any pending updates. Changes can then be inspected and Pull Request's
opened to get the changes committed across the set of managed modules.

## Releasing

### Setup
Expand Down

0 comments on commit 7b788df

Please sign in to comment.