docs: simplify TUI launch section in getting_started

- Remove alternative launch methods for cleaner first steps
- Remove 'Launch with Initial Prompt' section
- Remove 'Launch with YAML Configuration' section
- Focus on basic launch command for new users
This commit is contained in:
Daniel Sanchez 2025-10-24 14:17:42 +02:00
parent 2e8d5dabc2
commit b98995e9b6
1 changed files with 0 additions and 15 deletions

View File

@ -21,21 +21,6 @@ cai --tui
If your `ALIAS_API_KEY` is not configured, you'll see an authentication error. Don't worry—we'll fix this in the next step.
### Alternative: Launch with Initial Prompt
You can start the TUI with a prompt ready to go:
```bash
cai --tui "scan 198.51.100.50 for vulnerabilities"
```
### Alternative: Launch with YAML Configuration
For advanced setups:
```bash
cai --tui --yaml my-config.yaml
```
## Step 2: Configure Your API Key