Skip to content

Commit

Permalink
Merge pull request #490 from Shopify/at-readme-bump
Browse files Browse the repository at this point in the history
Better explanation for `bump --dry`
  • Loading branch information
Morriar committed Nov 30, 2023
2 parents 1057933 + 2b1a0ae commit f744288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -220,7 +220,8 @@ Bump the strictness from a list of files (one file by line):
$ spoom bump --from false --to true -o list.txt
```

Check if files can be bumped without applying any change:
Check if files can be bumped without applying any change and show the list of files that can be bumped without errors.
Will exit with a non-zero status if some files can be bumped without errors (useful to check for bumpable files on CI for example):

```
$ spoom bump --from false --to true --dry
Expand Down

0 comments on commit f744288

Please sign in to comment.