# pub add

The `onepub pub add` command serves the same purpose as the `dart pub add` command in that it adds a named dependency to your `pubspec.yaml` file.&#x20;

The difference is that the dependency includes a hosted URL which indicates that the dependency is hosted on OnePub.

### pub add \<dependency>

To add a dependency, hosted within your OnePub private repository, called `mypackage` run:

```bash
onepub pub add mypackage
```

### pub add -dev \<dependency>

To add a dev dependency, hosted within your OnePub private repository, called `mytestpackage` run:

```bash
onepub pub add --dev mytestpackage
```


---

# 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://docs.onepub.dev/guides/cli-integration/pub-add.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.
