Create command usage
Usage: create-feed-parser-mapping -f "...absolute_path_to_payload.json"
Bulk create command usage
Usage: create-feed-parser-mappings-bulk -f "...absolute_path_to_bulk_payload.json"
Update command usage
Usage: update-feed-parser-mapping -id <mappingId> -f "...absolute_path_to_payload.json"
Bulk update command usage
Usage: update-feed-parser-mappings-bulk -f "...absolute_path_to_bulk_payload.json"
Get/delete usage
Usage: get-feed-parser-mapping -id <mappingId>
Usage: delete-feed-parser-mapping -id <mappingId>
Usage: get-all-feed-parser-mappings [-feedApplicationId <id>] [-search <search>] [-page <page>] [-size <size>]