Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ cerebrium login

This opens your browser so you can authenticate your CLI session.

<Tip>
Every Cerebrium app belongs to a **project**. Your project ID has the format `p-xxxxxxxx` and appears in your endpoint URLs like `https://api.aws.us-east-1.cerebrium.ai/v4/{project-id}/{app-name}/{function-name}`. Find it at the top of the [Cerebrium dashboard](https://dashboard.cerebrium.ai).

If you belong to more than one project, switch the CLI's active project with:

```bash
cerebrium project set <YOUR_PROJECT_ID>
```

Use the same command in CI to pin deployments to a specific project — see [CI/CD](/deployments/ci-cd).

</Tip>

### 3. Initialize a project

```bash
Expand Down
Loading