# atmos stack get

Read the effective value of a component-relative dot-path for a component in a stack,
and see which manifest file currently defines it.

:::info
`atmos stack get` is an alias for [`atmos stack config get`](/cli/commands/stack/config/get), the canonical form.
:::

## Usage

```shell
atmos stack get <path> -s <stack> -c <component>
```

## Examples

```shell
atmos stack get vars.region -s plat-ue2-prod -c vpc
atmos stack get settings.spacelift.workspace_enabled -s plat-ue2-prod -c vpc
```

## Arguments

- **`<path>` (required)**
  Component-relative dot-notation path (e.g. 
  `vars.region`
  ).

## Flags

- **`--stack` / `-s` (string, required)**
  The stack name.
- **`--component` / `-c` (string, required)**
  The component name.
