Skip to content

Commit cff959b

Browse files
authored
fix: use verbose mode for now to gain more insights about errors
1 parent 881803f commit cff959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/postman/scripts/upload-collection.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ else
8080
--header 'X-API-Key: **********'
8181
--data ${collection_transformed_path}"
8282

83-
curl --show-error --fail --retry 10 --retry-all-errors --silent --request PUT \
83+
curl --show-error --fail --retry 10 --retry-all-errors -v --request PUT \
8484
--location "https://api.getpostman.com/collections/${collection_id}" \
8585
--header "Content-Type: application/json" \
8686
--header "X-API-Key: ${POSTMAN_API_KEY}" \

0 commit comments

Comments
 (0)