Reference for all Stellarion command-line commands.
Initialize Stellarion for the current project.
stellarion init
.stellarion/ directorystellarion init [path]
| Option | Description |
|---|---|
path | Project directory (default: current directory) |
stellarion init
stellarion init /path/to/project
Check Stellarion status and configuration.
stellarion status
$ stellarion status
Stellarion v1.0.0
Project: /Users/dev/myproject
Indexed: Yes (1,234 files)
Tools: 12 available
Remove Stellarion configuration from a project.
stellarion remove
.stellarion/ directorystellarion remove [--keep-data]
| Option | Description |
|---|---|
--keep-data | Keep .stellarion/ directory |
stellarion remove
stellarion remove --keep-data
These can be set in .stellarion/.env:
| Variable | Description |
|---|---|
OPENAI_API_KEY | OpenAI API key for enhanced features |
ROBERTA_MODEL_PATH | Path to RoBERTa model files |
STELLARION_LOG_LEVEL | Logging level (debug, info, warn, error) |
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | General error |
| 2 | Configuration error |
| 3 | Project not found |