Determine Which CLI Your Project Uses

The new Wix CLI is a unified tool for both Wix apps and Wix Headless projects.

If you're working on an existing project, you can identify which CLI it uses by checking a few key indicators.

Check your package.json

Look for @wix/astro in your project's devDependencies.

Copy

Check for extensions.ts file

Look for an extensions.ts file in your project's src folder.

Copy

If your project has these indicators, then it uses the new Wix CLI documented in this reference.

If your project doesn't have these indicators, your project uses one of the other CLI tools. To learn more, see the relevant documentation:

Did this help?