Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ No `.solidarity` file found for this project. Would you like to create one? (Y/

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.

## How do I update my snapshots?
Given there is already a `.solidarity` file present, then you can run `solidarity snapshot [rule]`

```sh
$ solidarity snapshot cli node
```

Solidarity will follow up with aditional questions to help drill down your new snapshot rule.


## Cross Platform
Solidarity works with Mac/Linux/Windows environments. CI tests all rules with each platform on every update.

Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [How do I use it?](/README.md#how-do-I-use-it)
- [How do I update it?](/README.md#how-do-i-update-it-to-my-machine-specs)
- [How do I create my first snapshot?](/README.md#how-do-I-create-my-first-snapshot)
- [How do I update my snapshots?](#how-do-I-update-my-snapshots)
- [Supported Systems](/README.md#supported-systems)
- [Additional Support](/README.md#support)
- [Additional Info](/README.md#additional-info)
Expand Down