@typescape-ai/cli 1.0.15 → 1.1.0

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 +2 -2
  2. package/dist/cli.js +299 -250
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ bunx typescape init
27
27
  2. Set your API token:
28
28
 
29
29
  ```bash
30
- export TYPESCAPE_API_TOKEN=your-token-here
30
+ export TYPESCAPE_API_KEY=your-token-here
31
31
  ```
32
32
 
33
33
  3. Create a review session:
@@ -62,7 +62,7 @@ server:
62
62
  base_url: https://your-typescape-instance.com
63
63
  ```
64
64
 
65
- Set `TYPESCAPE_API_TOKEN` environment variable with your operator token.
65
+ Set `TYPESCAPE_API_KEY` environment variable with your operator token.
66
66
 
67
67
  ## License
68
68