## projects share

Generate a shareable URL that encodes your project's service stack—providers and services only. Credentials are _never_ included in shared URLs.

Teammates can recreate the same stack in a new directory using `stripe projects init --from <url>`, or merge it into an existing project using `stripe projects import`.

**Command:** `stripe projects share`

### Examples

**Generate a share URL**

```sh
stripe projects share
```

```
Share URL: https://projects.dev/s/abc123
```
