---
title: "Show the active project"
description: "Show the currently active Studio project and its details."
url: "https://www.contentstack.com/docs/studio/cli-project-get"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-09-05"
---

# Show the active project

studio:project:get displays the project the CLI is currently pointed at, along with its details. Use it to confirm you're about to write to the right place before running a command that creates or changes content.

## Usage

```
csdx studio:project:get
```

No flags. If no project is active yet, set one with [studio:project:set](/docs/studio/cli-project-set).

## See also

*   [Set the active project](/docs/studio/cli-project-set)
*   [Studio CLI](/docs/studio/cli): install and setup.