16 May 2024
CLI
Version 2.4.1 of the CLI removes the
versionNumber parameter from the upload command, which is used to upload builds for custom Git repositories. This change is backward compatible and doesn't break any existing workflows that use this parameter. If the parameter is passed, it won't have any effect.Additionally, we fixed a bug on the
upload command where setting the --buildSuccessful or --deploy parameters to false was interpreted as true. For example, the frontastic upload --deploy false command initiated a staging deployment. Now, the parameters work as expected.