Skip to content

Commit

Permalink
PushAll documented
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Dec 10, 2017
1 parent 033dc47 commit 02d1162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ Streams can be also used to manage multiple related packages as a single package

In order to help working with versions, function `Get-Version` can be called in order to parse [semver](http://semver.org/) versions in a flexible manner. It returns an `AUVersion` object with all the details about the version. Furthermore, this object can be compared and sorted.

**NOTE**: By default only the first updated stream is pushed per run of `updateall`. In order to push all of them add among its options `PushAll = $true`.

```powershell
PS> Get-Version 'v1.3.2.7rc1'
Expand Down

0 comments on commit 02d1162

Please sign in to comment.