RELEASED: Public: June 22, 2022
New features
- New CLI command to validate a bundle on an instance (BEE-16165)
-
A new CLI command allows to validate a bundle on an instance. The bundle has to be a zip file and the output is a JSON response saying:
-
Whether the bundle is valid.
-
The list of validation messages found.
-
- New HTTP endpoint command added to validate a bundle on an instance (BEE-16166)
-
A new HTTP endpoint lets you validate a bundle on an instance. The bundle has to be a zip file and the output is a JSON response that displays the following:
-
Validity of the bundle
-
List of validation messages
-