Replace video through CLI - don't want to transcode in webtorrent

Hi,
In the webadmin of my Peertube, I choose to transcode only in HLS :

It works as expected when I upload a new video through the web upload :
Encodages HLS seuls si upload nouvelle video

But if I replace the video through the CLI, I also get a webtorrent files (and additionnal HLS resolution I didn’t ask for) :
Encodages HLS et WEBTORRENT si remplacement via CLI

My problem : when a webtorrent transcoding exists, the « Download » button of a video only offers me to download this file, and not the HLS different resolutions.

What I would like : to be able to deactivate the webtorretn transcoding when I replace a file through CLI. Or in other words : having Peertube follows the settings I choose in the webadmin.
Maybe an option has to be passed in the command line in addition to the « generate-hls » option ?

#sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job  -- --generate-hls -v 84988a7a-d22c-4a8b-92be-9267c750cb3a

peertube@5.0.1 create-transcoding-job
node ./dist/scripts/create-transcoding-job.js --generate-hls -v 84988a7a-d22c-4a8b-92be-9267c750cb3a

Transcoding job for video 84988a7a-d22c-4a8b-92be-9267c750cb3a created.
Transcoding job for video 84988a7a-d22c-4a8b-92be-9267c750cb3a created.
Transcoding job for video 84988a7a-d22c-4a8b-92be-9267c750cb3a created.
Transcoding job for video 84988a7a-d22c-4a8b-92be-9267c750cb3a created.

Thanks for your help.