Upload an import for Feeds
stream-cli import feeds upload-import [filename] --output-format [json|tree] [flags]
# Uploads a feeds import and prints it as JSON
$ stream-cli import feeds upload-import data.json
# Uploads a feeds import and prints it as a browsable tree
$ stream-cli import feeds upload-import data.json --output-format tree
-h, --help help for upload-import
-o, --output-format string [optional] Output format. Can be json or tree (default "json")
--skip-references-check [optional] Skip references validation for the import (default false)
--app string [optional] Application name to use as it's defined in the configuration file
--config string [optional] Explicit config file path