Skip to content

Commit 9f6df92

Browse files
Remove tui, update commands and environment variables section
Co-authored-by: Rushil Patel <[email protected]>
1 parent 8681515 commit 9f6df92

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

docs/introduction/cli.mdx

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -118,41 +118,6 @@ codegen login
118118

119119
---
120120

121-
### `codegen tui`
122-
123-
**Description:** Launch the interactive TUI interface.
124-
125-
**Usage Pattern:**
126-
- `codegen tui`
127-
128-
---
129-
130-
### `codegen update`
131-
132-
**Description:** Update Codegen to the latest or specified version.
133-
134-
**Usage Patterns:**
135-
- **Update to latest:** `codegen update`
136-
- **Update to specific version:** `codegen update --version X.Y.Z`
137-
138-
**Options:**
139-
- `--version TEXT` Specific version to update to
140-
- `--check` Only check for updates, don't install (flag)
141-
- `--force` Force update even if already at latest version (flag)
142-
143-
---
144-
145-
## Environment Variables
146-
147-
The CLI respects the following environment variables:
148-
149-
| Variable | Description |
150-
| -------- | ----------- |
151-
| `CODEGEN_API_TOKEN` | Your Codegen API token for authentication |
152-
| `CODEGEN_API_URL` | Custom API URL (if using a self-hosted instance) |
153-
| `CODEGEN_ORG_ID` | Default organization ID |
154-
| `REPOSITORY_ORG_ID` | Organization ID for repository-specific operations |
155-
156121
## Get Started
157122

158123
import {
@@ -174,4 +139,3 @@ import {
174139
Star us on GitHub and contribute to the project.
175140
</Card>
176141
</CardGroup>
177-

0 commit comments

Comments
 (0)