Command line interface for ApiTree projects.
npm install @apitree.cz/cli``bash`
pnpm add --save-dev @apitree.cz/cli
``
pnpm apitree --help
#### sync-project-references
Synchronize monorepo project references in TS config files.
`bash`
pnpm apitree sync-project-references --help
##### Configuration
You can configure the command with an optional config file (sync-project-references.config.js by default,--config
use to customize).
`js
/* @type {import('@apitree/cli').SyncProjectReferencesConfig} /
const config = {
// ... config options
};
export default config;
``
See config reference for more details.