# CLI and Flags

{% embed url="<https://github.com/atomicojs/exports>" %}

## Flags

### --wrappers

You will add the build files to the exports property inside the package.json.

### --dist \<string>

default wrappers, modifies the output directory for the files generated by&#x20;

### --main \<fileName>

Of all the exported files, it will associate the one censored with the name of the file as the main one for the export of the package.json. Main file does not require extension or path

### --tmp

Generate a temporary package.tmp.json, to share in case of bugs

### --watch

Associate the use of watch with esbuild, ignoring the type parsing and exports.


---

# 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://atomico.gitbook.io/doc/packages/introduction/atomico-exports.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.
