File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.3.6] ( https://github.com/salesforcecli/plugin-api/compare/1.3.5...1.3.6 ) (2025-12-05)
2+
3+ ### Bug Fixes
4+
5+ - ** deps:** bump jws from 3.2.2 to 3.2.3 ([ 3e6fc1a] ( https://github.com/salesforcecli/plugin-api/commit/3e6fc1ac23e50ea4bd2b08ba4a38f1a6b01b2033 ) )
6+
17## [ 1.3.5] ( https://github.com/salesforcecli/plugin-api/compare/1.3.4...1.3.5 ) (2025-10-13)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ EXAMPLES
113113 $ sf api request graphql --body example.txt --stream-to-file output.txt --include
114114```
115115
116- _ See code: [ src/commands/api/request/graphql.ts] ( https://github.com/salesforcecli/plugin-api/blob/1.3.5 /src/commands/api/request/graphql.ts ) _
116+ _ See code: [ src/commands/api/request/graphql.ts] ( https://github.com/salesforcecli/plugin-api/blob/1.3.6 /src/commands/api/request/graphql.ts ) _
117117
118118## ` sf api request rest [URL] `
119119
@@ -125,7 +125,7 @@ USAGE
125125 GET|POST|PUT|PATCH|HEAD|DELETE|OPTIONS|TRACE] [-H key:value...] [-f file | -b file]
126126
127127ARGUMENTS
128- URL Salesforce API endpoint
128+ [ URL] Salesforce API endpoint
129129
130130FLAGS
131131 -H, --header=key:value... HTTP header in "key:value" format.
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222222 https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
223223```
224224
225- _ See code: [ src/commands/api/request/rest.ts] ( https://github.com/salesforcecli/plugin-api/blob/1.3.5 /src/commands/api/request/rest.ts ) _
225+ _ See code: [ src/commands/api/request/rest.ts] ( https://github.com/salesforcecli/plugin-api/blob/1.3.6 /src/commands/api/request/rest.ts ) _
226226
227227<!-- commandsstop -->
228228
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-api" ,
33 "description" : " A plugin to call API endpoints via CLI commands" ,
4- "version" : " 1.3.5 " ,
4+ "version" : " 1.3.6 " ,
55 "author" : " Salesforce" ,
66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments