You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,16 @@ No `.solidarity` file found for this project. Would you like to create one? (Y/
71
71
72
72
Custom rule-sets can be created by modifying the `.solidarity` file by hand, or by creating a solidarity plugin for a given technology. [See documentation](https://infinitered.github.io/solidarity/) for how you can create your own.
73
73
74
+
## How do I update my snapshots?
75
+
Given there is already a `.solidarity` file present, then you can run `solidarity snapshot [rule]`
76
+
77
+
```sh
78
+
$ solidarity snapshot cli node
79
+
```
80
+
81
+
Solidarity will follow up with aditional questions to help drill down your new snapshot rule.
82
+
83
+
74
84
## Cross Platform
75
85
Solidarity works with Mac/Linux/Windows environments. CI tests all rules with each platform on every update.
0 commit comments