A CLI to generate our common model schemas
npm install @integrationos-playground/cliBrings the @integrationos-playground/validator as a CLI tool plus some extra features, namely: The ability to generate the schema from our public schema API.
``bash`
npm install @integrationos-playground/cli
Sometimes you may need to install the @integrationos-playground/common package as well as it may not install peer dependencies automatically.
`bash``
npm install @integrationos-playground/common