abhishek4693
-s
is not a valid parameter for the export CLI command.
As Spinebot said, scaling bones is not possible during export. That is not possible either when exporting using the editor. The scale value that you can find in the JSON export file is used to scale the textures.
Scaling bones is done while loading the skeleton data as explained in here.
From 4.2, the scale setting used to scale textures is stored in the .atlas file. You could automate the process of scaling the skeleton during import by parsing this field and passing it to the skeleton reader.