SOLO-4011
OutputDirectoryNotSpecifiedSoloError — Validation
OutputDirectoryNotSpecifiedSoloError
| Code | SOLO-4011 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an output directory is required but --output-dir was not set. solo exports context data to this directory, so this means the flag must be provided.
Troubleshooting Steps
- Provide the output directory: solo node
–output-dir - Run with –help to see required flags: solo node
–help