INPUT_003 — Input Invalid
What This Means
Section titled “What This Means”A flag or argument value has an invalid format or is out of the expected range.
Common Causes
Section titled “Common Causes”- Invalid provider slug (e.g.,
--to=not-a-provider) - Malformed argument value (e.g., a path with invalid characters)
- Numeric value out of expected range
How to Fix
Section titled “How to Fix”- Check the expected format in the command help:
syllago <command> --help - For provider slugs, run
syllago info providersto see valid values - Verify the argument value matches the expected format
Example Output
Section titled “Example Output”Error INPUT_003: invalid provider slug "not-a-provider" Suggestion: run 'syllago info providers' for valid provider slugs