CLI for setting up and managing Datacore installations
npm install @datacore-one/cliCLI for setting up and managing Datacore installations - an AI-powered second brain built on GTD methodology.
``bash`
npm install -g @datacore-one/cli
Or run directly with npx:
`bash`
npx @datacore-one/cli init
`bashSet up a new Datacore installation
datacore init
Commands
$3
-
datacore init - Interactive setup wizard
- datacore doctor - Check dependencies and health
- datacore ingest - Import files with AI processing$3
-
datacore space create - Create a new space
- datacore space list - List all spaces
- datacore module install - Install a module
- datacore module list - List modules
- datacore module update - Update all modules
- datacore module remove - Remove a module
- datacore config show - Show settings
- datacore config get - Get a setting
- datacore config set - Set a setting
- datacore snapshot create - Create installation snapshot
- datacore snapshot restore - Restore from snapshot$3
-
datacore sync - Git sync all repos
- datacore today - Generate daily briefing
- datacore tomorrow - End-of-day wrap-up
- datacore nightshift status - Queue status
- datacore nightshift trigger - Execute queued AI tasks
- datacore nightshift queue "task" - Add task to AI queue
- datacore cron install - Set up scheduled tasksArchitecture
The CLI handles mechanical/admin tasks:
- Setup and configuration
- Git synchronization
- Cron job management
- Module installation
Semantic work (file routing, knowledge extraction, task processing) is handled by Datacore agents via Claude Code.
Development
`bash
Install dependencies
bun installRun in development
bun run devRun tests
bun testBuild
bun run build
``MIT