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
When using the tool for the first time, you may want to enter your StyleCI API keys. You can do this with the `styleci config` command, which will store your keys in `~/.styleci/config.json`, just like how Composer store keys.
34
34
35
-
#### StyleCI for GitHub:
35
+
**StyleCI for GitHub:**
36
36
37
37
```
38
38
styleci config auth.github YOUR-API-KEY-GOES-HERE
39
39
```
40
40
41
41
> Your API key is available at https://github.styleci.io/profile.
42
42
43
-
#### StyleCI for GitLab:
43
+
**StyleCI for GitLab:**
44
44
45
45
```
46
46
styleci config auth.gitlab YOUR-API-KEY-GOES-HERE
47
47
```
48
48
49
49
> Your API key is available at https://gitlab.styleci.io/profile.
If you have chosen not use the first time setup config, or would like to temporarily override the stored keys, this can be done by setting environment variables.
You can optionally pass a directory to analyze, otherwise, the current working directory will be used. Moreover, we support analyzing only the changed files, performing a "dry run" without touching your files, and more:
0 commit comments