File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @redocly/cli " : patch
3+ ---
4+
5+ Fixed ` push ` and ` push-status ` commands mistakenly requiring the ` --max-execution-time ` option.
Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ yargs(hideBin(process.argv))
190190 'max-execution-time' : {
191191 description : 'Maximum execution time in seconds.' ,
192192 type : 'number' ,
193- coerce : validatePositiveNumber ( 'max-execution-time' ) ,
194193 } ,
195194 'continue-on-deploy-failures' : {
196195 description : 'Command does not fail even if the deployment fails.' ,
@@ -295,7 +294,6 @@ yargs(hideBin(process.argv))
295294 'max-execution-time' : {
296295 description : 'Maximum execution time in seconds.' ,
297296 type : 'number' ,
298- coerce : validatePositiveNumber ( 'max-execution-time' ) ,
299297 } ,
300298 'wait-for-deployment' : {
301299 description : 'Wait for build to finish.' ,
You can’t perform that action at this time.
0 commit comments