# initScreenshotConfigCommand

**Kind:** Function

**Source:** [`atloria-monorepo/apps/cli/src/commands/init-screenshot-config.command.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/commands/init-screenshot-config.command.ts#L87)

Generate screenshot configuration from AppMap

## Signature

```ts
async function initScreenshotConfigCommand(options: {
  target?: string;
  output?: string;
  appUrl?: string;
})
```

## Parameters

| Name | Type |
|---|---|
| `options` | `{
  target?: string;
  output?: string;
  appUrl?: string;
}` |
