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
I know the one-liner under the graphic isn't for everyone. If you'd like a quick, friendly explanation, please take two minutes to read[the announcement blog post](https://shift.infinite.red/solidarity-the-cli-for-developer-sanity-672fa81b98e9).
26
+
If the one-liner and GIF aren't enough for you, a quick, friendly explanation is available in[the announcement blog post](https://shift.infinite.red/solidarity-the-cli-for-developer-sanity-672fa81b98e9).
25
27
26
28
### Docs Website
27
29
https://infinitered.github.io/solidarity/
@@ -50,6 +52,8 @@ $ solidarity
50
52
```
51
53
This command looks for the `.solidarity` file in the working directory, and then runs a check of the containing rules against your environment. The command exit code is tied to the success of the solidarity check for testing frameworks.
52
54
55
+
[Write your Solidarity file by hand](https://infinitered.github.io/solidarity/#/docs/options), or use a snapshot.
56
+
53
57
## How do I update it to my machine specs?
54
58
Environment updates can be stored to solidarity quickly.
55
59
```sh
@@ -70,6 +74,14 @@ Custom rule-sets can be created by modifying the `.solidarity` file by hand, or
70
74
## Cross Platform
71
75
Solidarity works with Mac/Linux/Windows environments. CI tests all rules with each platform on every update.
You've already identified everything that's important to your project. So when anyone files bugs on your repo, they can just report using Solidarity!
80
+
81
+
Just run `solidarity report`
82
+
83
+
The resulting output is copy/paste markdown. If you're confused, here's [the full blog post](https://shift.infinite.red/effortless-environment-reports-d129d53eb405).
84
+
73
85
## Project Support
74
86
#### Open Source
75
87
Solidarity, as open source, is free to use and always will be :heart:. It's MIT Licensed and we'll always do our best to help and quickly answer issues. If you'd like to get a hold of us, join our [community slack](http://community.infinite.red) and look for the #solidarity room.
0 commit comments