Get a feeds import task
stream-cli import feeds get-import [task-id] --output-format [json|tree] --watch [flags]
# Returns a feeds import and prints it as JSON
$ stream-cli import feeds get-import dcb6e366-93ec-4e52-af6f-b0c030ad5272
# Returns a feeds import and watches for completion
$ stream-cli import feeds get-import dcb6e366-93ec-4e52-af6f-b0c030ad5272 --watch
-h, --help help for get-import
-o, --output-format string [optional] Output format. Can be json or tree (default "json")
-w, --watch [optional] Keep polling the import to track its status
--app string [optional] Application name to use as it's defined in the configuration file
--config string [optional] Explicit config file path