Forrest logo
back to context overview

ern

List of commands for ern:

  • ern:tldr:18b91 ern: Publish an Electrode Native container to a local Maven repository.
    $ ern publish-container --publisher ${maven} --platform ${android} --extra ${'{"groupId":"com-walmart-ern","artifactId":"quickstart"}'}
    try on your machine
    explain this command
  • ern:tldr:1d65f ern: Run one or more `MiniApps` in the iOS / Android Runner application.
    $ ern run-${select}
    try on your machine
    explain this command
  • ern:tldr:77558 ern: List all installed versions of Electrode Native.
    $ ern platform versions
    try on your machine
    explain this command
  • ern:tldr:7c603 ern: Set a logging level.
    $ ern platform config set logLevel ${select}
    try on your machine
    explain this command
  • ern:tldr:a0761 ern: Transform an iOS container into a pre-compiled binary framework.
    $ ern transform-container --platform ${ios} --transformer ${xcframework}
    try on your machine
    explain this command
  • ern:tldr:a6a33 ern: Create an Electrode Native container.
    $ ern create-container --miniapps ${-path-to-miniapp_directory} --platform ${select}
    try on your machine
    explain this command
  • ern:tldr:e65fc ern: Create a new `ern` application (`MiniApp`).
    $ ern create-miniapp ${application_name}
    try on your machine
    explain this command
back to context overview