This repository was archived by the owner on May 20, 2025. It is now read-only.

Description
I noticed if you use --mandatory false on code-push release it is still flagged as mandatory on the server even though it says it isn't mandatory from the CLI tool.
Example command to recreate:
code-push release MyApp ./release 1.0.0
--mandatory false
--deploymentName Staging
When the app does a "checkForUpdate" the response is always:
isMandatory: true,
The mandatory flag is also always set to true when you use the new "release-react" command as well.