---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/cap](../index.md) / PullCommerceAppsOptions

# Interface: PullCommerceAppsOptions

Defined in: [packages/b2c-tooling-sdk/src/operations/cap/pull.ts:21](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/9c8c448223735b087738106fca3bc4c8e812ceb7/packages/b2c-tooling-sdk/src/operations/cap/pull.ts#L21)

Options for pulling Commerce Apps from an instance or GitHub.

When pulling apps, the SDK will attempt to fetch from the B2C instance first,
then fall back to the official Commerce Apps GitHub repository.

## Properties

### outputDir?

> `optional` **outputDir**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cap/pull.ts:23](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/9c8c448223735b087738106fca3bc4c8e812ceb7/packages/b2c-tooling-sdk/src/operations/cap/pull.ts#L23)

Output directory for extracted Commerce Apps (defaults to 'commerce-apps' in current working directory).
