@c15t/cli v1.2.2-canary-20250514203718
Installation
npm install @c15t/cliOr using yarn:
yarn add @c15t/cliUsage
The CLI can be invoked directly if installed globally:
c15t [command] [options]Or with npx:
npx @c15t/cli [command] [options]Commands
generate- Generate schema/code based on your c15t configmigrate- Run database migrations based on your c15t configgithub- Open the c15t GitHub repositorydocs- Open the c15t documentation in your browser
Options
--help, -h- Show the help menu--version, -v- Show the CLI version--logger- Set log level (fatal, error, warn, info, debug)--config- Specify path to configuration file-y- Skip confirmation prompts (use with caution)--no-telemetry- Disable telemetry data collection
Telemetry
The c15t CLI collects anonymous telemetry data to help us understand how the CLI is being used and improve the tool. This data is completely anonymous and does not contain any personal information.
What we collect
We collect structured events with descriptive names following a category.action pattern such as:
- CLI lifecycle events:
cli.invoked,cli.completed,cli.exited - Command events:
command.executed,command.succeeded,command.failed,command.unknown - UI events:
ui.menu.opened,ui.menu.exited - Configuration events:
config.loaded,config.error - Help and version events:
help.displayed,version.displayed - Onboarding events:
onboarding.started,onboarding.completed - Error events:
error.occurred
Each event includes relevant contextual information, but never includes sensitive data such as:
- Personal information
- Configuration file contents
- File paths
- Project-specific data
Disabling Telemetry
You can disable telemetry in any of the following ways:
Use the
--no-telemetryflag when running a command:c15t generate --no-telemetrySet the environment variable
C15T_TELEMETRY_DISABLED:# In your shell export C15T_TELEMETRY_DISABLED=1 # Or for a single command C15T_TELEMETRY_DISABLED=1 c15t generate
Documentation
For more detailed documentation, visit https://c15t.com.
📜 License
GNU General Public License v3.0 - See LICENSE for details.
5 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago