@baqhub/cli
Version:
The official command line interface for the BAQ federated app platform.
29 lines (18 loc) • 1.03 kB
Markdown
# BAQ CLI · [](https://github.com/baqhub/baq/blob/main/packages/lib-cli/LICENSE) [](https://www.npmjs.com/package/@baqhub/cli)
This is the official command line interface for the [BAQ](https://baq.dev) federated app platform. It helps manage record types in your application, whether you choose to create them yourself or use existing ones.
## Installation
The BAQ CLI is distributed as an NPM package. It can be installed globally:
```bash
npm install -g @baqhub/cli
baq help
```
Or locally within a project:
```bash
npm install -D @baqhub/cli
npx baq help
```
## Documentation
- **[Getting started guide](https://baq.dev/docs/learn/guides/using-the-cli)** : Overview of the CLI.
- **[Full reference](https://baq.dev/docs/reference/cli/commands)** : All the commands.
## License
The BAQ CLI is [MIT licensed](https://github.com/baqhub/baq/blob/main/packages/lib-cli/LICENSE).