File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff 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
158123import {
@@ -174,4 +139,3 @@ import {
174139 Star us on GitHub and contribute to the project.
175140 </Card >
176141</CardGroup >
177-
You can’t perform that action at this time.
0 commit comments