Electrode Native
v0.27
v0.27
  • Introduction
  • INTRODUCTION
    • Overview
      • What is Electrode Native
      • Why use Electrode Native
      • What is a MiniApp
      • Electrode Native workflow
      • Native dependencies management
      • JS/Native communication
      • Requirements
      • Upgrading Electrode Native
      • Contributing
  • QUICK START
    • Building a Movie application
  • REFERENCE
    • Container
      • What's inside
      • Publication
      • Integration
      • Initialization
      • Launching MiniApps
    • Cauldron
      • Structure
      • Setup
      • Compatibility checks
      • Guidelines
    • Manifest
      • Override
      • Native Modules
      • Configurable Modules
    • Runner
    • APIs
      • Project Generation
      • Implementation
      • Versioning
      • Guidelines
    • Bridge
      • Message Types
      • Communication
      • Leveraging APIs
    • CLI
      • Global CLI
      • Local CLI
    • GLOSSARY
  • CLI COMMANDS
    • add
    • binarystore
      • add
      • get
      • remove
    • code-push
      • patch
      • release
      • promote
    • compat-check
    • create-api-impl
    • create-api
    • create-container
    • publish-container
    • transform-container
    • create-miniapp
    • link
    • regen-api
    • regen-api-impl
    • run-android
    • run-ios
    • start
    • unlink
    • upgrade-miniapp
    • why
    • cauldron add
      • dependencies
      • file
      • jsapiimpls
      • miniapps
      • nativeapp
      • publisher
    • cauldron config
      • get
      • set
    • cauldron del
      • dependencies
      • file
      • jsapiimpls
      • miniapps
      • nativeapp
    • cauldron get
      • config
      • dependency
      • nativeapp
    • cauldron repo
      • add
      • clear
      • current
      • list
      • remove
      • use
    • cauldron update
      • dependencies
      • file
      • jsapiimpls
      • miniapps
      • nativeapp
    • cauldron batch
    • cauldron regen-container
    • cauldron upgrade
    • platform
      • plugins
        • list
        • search
      • config
        • set
        • get
        • del
        • list
      • install
      • versions
      • uninstall
      • use
Powered by GitBook
On this page
  • Description
  • Syntax
  • Remarks
  • Related commands
  1. CLI COMMANDS
  2. cauldron update

nativeapp

Description

  • Update the release status of a native application version in the Cauldron.

Syntax

ern cauldron update nativeapp <descriptor>

Arguments

<descriptor>

  • A complete native application descriptor representing the native application version to update.

Options

isReleased

  • Default The release status is true.

Remarks

  • The descriptor value should be a complete native application descriptor.

  • The ern cauldron update nativeapp <descriptor> [isReleased] command works only on a specified native application version.

  • Switching a native application version from non released status to released status changes the behavior of some commands.

  • When a native application version is released, its container is frozen and nothing can be added or removed from the container. However, you can use CodePush updates targeting this native application version using the ern code-push command.

Related commands

[ern cauldron add nativeapp] | Update the release status of a native application version in the Cauldron.

[ern cauldron add nativeapp]: ../add/nativeapp.md

PreviousminiappsNextcauldron batch

Last updated 6 years ago