greptile 3.0.4 → 3.0.6

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.
Files changed (3) hide show
  1. package/README.md +3 -7
  2. package/dist/greptile.js +215 -210
  3. 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
- If you belong to several, tell greptile which one to use:
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
- ```sh
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,9 +85,9 @@ 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. |
90
+ | `GREPTILE_NO_UPDATE_CHECK` | Skip the daily check for a newer CLI release. |
95
91
  | `NO_COLOR` | Turn off ANSI color. |
96
92
  | `FORCE_COLOR` | Turn on ANSI color even when stdout is not a TTY. |
97
93
  | `COLUMNS` | Override the output width. |