For tools using this module under the hood, remove the need for logic to determine whether --overwrite or --no-overwrite are required and simply allow both everywhere (even if they are the default behaviour).
Previously if --overwrite was supplied to the upload-react-native command, it would error because the default was to overwrite, and it only supported the --no-overwrite option.
Goal
For tools using this module under the hood, remove the need for logic to determine whether
--overwrite
or--no-overwrite
are required and simply allow both everywhere (even if they are the default behaviour).Previously if
--overwrite
was supplied to theupload-react-native
command, it would error because the default was to overwrite, and it only supported the--no-overwrite
option.