# create

**This command can only be used with access to an** [**Electrode Native bundle store server**](https://github.com/electrode-io/ern-bundle-store)

**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 [bundlestore use](https://native.electrode.io/v0.43/cli-commands/bundlestore/use) command.
* The `store access key` will be logged. This key should be shared with users that will upload bundles to the store. The [bundlestore use](https://native.electrode.io/v0.43/cli-commands/bundlestore/use) and [bundlestore delete](https://native.electrode.io/v0.43/cli-commands/bundlestore/delete) 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

[bundlestore use](https://native.electrode.io/v0.43/cli-commands/bundlestore/use) | Use a specific store\
[bundlestore delete](https://native.electrode.io/v0.43/cli-commands/bundlestore/delete) | Delete a store\
[bundlestore upload](https://native.electrode.io/v0.43/cli-commands/bundlestore/upload) | Upload a bundle to the current store


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://native.electrode.io/v0.43/cli-commands/bundlestore/create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
