create
Last updated
Last updated
This command can only be used with access to an [Electrode Native bundle store server]
To use this command, the bundleStore
config must be set in cauldron
Create a new store in the bundle store server
ern bundlestore create <storeName>
<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.
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.
ern bundlestore create mystore
Creates a new store with name mystore
Output:
| Use a specific store | Delete a store | Upload a bundle to the current store
[Electrode Native bundle store server]: