## projects import

Add services from a shared stack URL to your existing project. Unlike `stripe projects init --from`, this command merges the imported services into your current project's state without creating a new project.

**Command:** `stripe projects import`

### Arguments

- `<url>`
  A shared stack URL generated by `stripe projects share`.

### Examples

**Import services from a shared stack URL**

```sh
stripe projects import https://projects.dev/s/abc123
```
