ern cauldron add nativeapp <descriptor>
<descriptor>
ern cauldron add nativeapp MyNativeApp:ios:17.14.0
--platformVersion/-v
--copyFromVersion/-c <version>
1.2.3
latest
if you want to copy the data from the latest version of the native applicationnone
if you don't want any copy from action--copyFromVersion/-c <version>
option also copies the list of native dependencies and MiniApps as well as the container version to the new native application version.--copyFromVersion/-c <version>
option, you do not need to add all MiniApps again after creating a new native application version in the Cauldron.--description
--config
--config '{"configKey": "configValue"}'
--config /etc/config.json
--extra cauldron://config/myapp-android.json
ern cauldron add nativeapp <descriptor>
command is usually used when the development of a new version of the native application is started.