Electrode Native
v0.41
v0.41
  • 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
  • REFERENCE
    • Bundle Store
    • Composite
    • 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
  • GUIDES
    • Debugging multiple MiniApps
  • CLI COMMANDS
    • add
    • bundlestore
      • create
      • delete
      • upload
      • use
    • binarystore
      • add
      • get
      • remove
    • code-push
      • patch
      • release
      • promote
    • compat-check
    • create-api-impl
    • create-api
    • create-composite
    • create-container
    • create-plugin-config
    • publish-container
    • transform-container
    • create-miniapp
    • link
    • regen-api
    • regen-api-impl
    • run-android
    • run-ios
    • start
    • unlink
    • upgrade-miniapp
    • cauldron add
      • file
      • jsapiimpls
      • miniapps
      • nativeapp
    • cauldron config
      • get
    • cauldron del
      • file
      • jsapiimpls
      • miniapps
      • nativeapp
    • cauldron get
      • config
      • dependency
      • nativeapp
    • cauldron repo
      • add
      • clear
      • current
      • list
      • remove
      • use
    • cauldron update
      • file
      • jsapiimpls
      • miniapps
      • nativeapp
    • cauldron batch
    • cauldron regen-container
    • cauldron upgrade
    • cauldron why
    • github
      • github create-ref
      • github delete-ref
      • github align-dependencies
    • platform
      • plugins
        • list
        • search
      • config
        • set
        • get
        • del
        • list
      • install
      • versions
      • uninstall
      • use
Powered by GitBook
On this page
  • Description
  • Syntax
  • Arguments
  • Remarks
  • Example
  • Related commands
  1. CLI COMMANDS
  2. bundlestore

create

PreviousbundlestoreNextdelete

Last updated 4 years ago

This command can only be used with access to an

To use this command, the bundleStore config must be set in cauldron

Description

Create a new store in the bundle store server

Syntax

ern bundlestore create <storeName>

Arguments

<storeName>

The name of the store to create. This name is also used as a unique identifier for the store, therefore the command will fail in case a store with a similar name already exist in the bundle store server.

Remarks

Upon successful completion of this command :

  • The current store will be set to this store (i.e any subsequent bundlestore commands will target this store). It is possible at any time to switch to a different store, using the command.

  • The store access key will be logged. This key should be shared with users that will upload bundles to the store. The and commands need this access key to operate.

Example

  • ern bundlestore create mystore

Creates a new store with name mystore

Output:

ℹ Store mystore was successfuly created
ℹ AccessKey : d49fd6a7-4957-42df-953b-8ac3a98e7cf8

Related commands

| Use a specific store | Delete a store | Upload a bundle to the current store

Electrode Native bundle store server
bundlestore use
bundlestore use
bundlestore delete
bundlestore use
bundlestore delete
bundlestore upload