Troubleshooting

Invalid create command usage

The create command requires the -f flag:

Usage: create-feed-application -f "...absolute_path_to_create_feed_application_payload_json_file.json"

Invalid update command usage

The update command requires both -id and -f in this order:

Usage: update-feed-application -id <feedApplicationId> -f "...absolute_path_to_update_payload_json_file.json"

Invalid get/delete usage

Usage: get-feed-application -id <feedApplicationId>
Usage: delete-feed-application -id <feedApplicationId>