Validates a JSON file for feeds import.
This command checks if the file is valid JSON format.
stream-cli feeds import-validate [filename]filename: Path to the JSON file to validate
# Validates a JSON feeds import file
$ stream-cli feeds import-validate feeds-data.jsonThe command will output a success message if the file is valid JSON:
✅ File 'feeds-data.json' is valid JSON
If the file is invalid or doesn't exist, an error message will be displayed.