greptile 3.0.3 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -7
- package/dist/greptile.js +194 -193
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,13 +62,9 @@ greptile review --resume
|
|
|
62
62
|
|
|
63
63
|
## More than one Greptile organization?
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
Nothing to configure. Each repository is owned by exactly one Greptile organization, and `greptile review` infers the right one from the repo's remote URL. As long as you're a member of that organization, the review runs against it.
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
greptile whoami # lists your organizations
|
|
69
|
-
export GREPTILE_TENANT=acme-corp
|
|
70
|
-
greptile review
|
|
71
|
-
```
|
|
67
|
+
`greptile whoami` lists the organizations you belong to if you want to confirm membership.
|
|
72
68
|
|
|
73
69
|
## Diagrams
|
|
74
70
|
|
|
@@ -89,7 +85,6 @@ Environment variables:
|
|
|
89
85
|
|
|
90
86
|
| Variable | What it does |
|
|
91
87
|
| -------------------------- | -------------------------------------------------------------------------- |
|
|
92
|
-
| `GREPTILE_TENANT` | Which organization to use when you belong to more than one. |
|
|
93
88
|
| `GREPTILE_INLINE_IMAGES` | Force inline kitty diagrams on (`1`, `true`, `kitty`) or off (`0`, `off`). |
|
|
94
89
|
| `GREPTILE_NO_AUTO_INSTALL` | Skip the one-time mmdr download. |
|
|
95
90
|
| `NO_COLOR` | Turn off ANSI color. |
|