seeknal validate¶
Validate Seeknal configurations and database connections. This command checks that your environment is properly configured before running pipelines.
Synopsis¶
Description¶
The validate command performs the following checks:
- Config file: Verifies
config.tomlexists and is readable - Database connection: Tests the SQLite/Turso connection
- Projects: Lists available projects in the database
Run this command after installation or when troubleshooting connection issues.
Options¶
| Option | Description |
|---|---|
--config, -c |
Path to config file (default: ~/.seeknal/config.toml) |
Examples¶
Validate default configuration¶
Validate with custom config path¶
Output Example¶
Validating configuration...
ℹ Config file found: ~/.seeknal/config.toml
ℹ Validating database connection...
✓ Database connection successful (3 projects found)
✓ All validations passed
Exit Codes¶
| Code | Description |
|---|---|
| 0 | All validations passed |
| 1 | Validation failed |
See Also¶
- seeknal validate-features - Validate feature group data
- seeknal connection-test - Test database connectivity
- seeknal dry-run - Validate pipeline files