# nativeapp

## Description

* Retrieve the data stored in the Cauldron for a given native application object
* Log the data as a JSON formatted string in your terminal

## Syntax

`ern cauldron get nativeapp [descriptor]`

**Options**

`--descriptor`

* A partial or complete application descriptor representing which native application object to get
* If not provided, the command will log the list of all complete native application descriptors stored in the Cauldron

`--json`

* Output result as a single line JSON record.

**Examples** e

* `ern cauldron get nativeapp`

Will log all the complete native application descriptors from the Cauldron. For example, here is a possible output :

```
walmart:android:17.7.0
walmart:android:17.8.0
walmart:ios:17.7.0
walmart:ios:17.8.0
testapp:android:1.0.0
```

* `ern cauldron get nativeapp walmart`

Will log the JSON document associated to the walmart application.

* `ern cauldron get nativeapp walmart:android`

Will log the JSON document associated to the walmart android application.

* `ern cauldron get nativeapp walmart:android:17.7.0`

Will log the JSON document associated to version 17.7.0 of the walmart android application.


---

# 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.41/cli-commands/cauldron-get/nativeapp.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.
