In order to have the same validation as in the frontend implementation the CLI needs to be able to know about the customization settings (accepted file types, file size, …) and check the local parameters match the server configuration.
[x] Add API to expose the application configuration (JSON export of "customization")
[x] In CLI do a pre-request to fetch the application settings
In order to have the same validation as in the frontend implementation the CLI needs to be able to know about the customization settings (accepted file types, file size, …) and check the local parameters match the server configuration.