@maximousprime/jb_docebo_cli
Version:
A command-line interface for Docebo migration and data management
53 lines (34 loc) • 793 B
Markdown
# Docebo CLI
A command-line interface for Docebo migration and data management.
## Installation
```bash
npm install -g @maximousprime/jb_docebo_cli
```
## Usage
After installation, you can use the `docebo` command from anywhere:
```bash
docebo [command]
```
### Available Commands
- `docebo init` - Initialize a new Docebo migration project
- `docebo start` - Start the migration process
- `docebo help` - Show help information
### Examples
```bash
# Initialize a new project
docebo init
# Start migration
docebo start
# Get help
docebo help
```
## Features
- CSV data import and validation
- Docebo API integration
- Interactive command-line interface
- Environment configuration management
## Requirements
- Node.js 16.0.0 or higher
- Docebo API credentials
## License
MIT