Как правильно написать команду сборки приложения с определенной локалью?
Вот выдержка из справки:
Options
--archive, -a - The directory path where all previous builds were stored.
--build, -build - Selects the name of the build specified in the 'builds' app.json set to use for the build
--clean, -c - Remove previous build output prior to executing build
--destination, -des - The directory to which the build output is written
--development, -dev - Sets the build environment to: development
--environment, -e - The build environment, either 'development', 'testing' or 'production'
--locale, -l - Selects the app.locale setting to use for the build
--production, -pr - Sets the build environment to: production
--run, -r - Enables automatically running builds with the native packager
--testing, -te - Sets the build environment to: testing
--theme, -th - Selects the app.theme setting to use for the build
Syntax
sencha app build [options] [theme|locale|build]... [environment]
В соответствии с ней подаю команду:
sencha app build --locale en production
И получаю такую вот ошибку:
>sencha app build --locale en production
Sencha Cmd v6.2.2.36
[INF] Using GPL version of Ext JS version 6.2.0.981 from C:\@repositories\element2\client\ext.
[INF] The implications of using GPL version can be found here ([url]http://www.sencha.com/products/extjs/licensing[/url]).
[ERR] No build descriptors selected