@datacore-one/cli
v1.0.6
Published
CLI for setting up and managing Datacore installations
Downloads
236
Readme
@datacore-one/cli
CLI for setting up and managing Datacore installations - an AI-powered second brain built on GTD methodology.
Installation
npm install -g @datacore-one/cliOr run directly with npx:
npx @datacore-one/cli initQuick Start
# Set up a new Datacore installation
datacore init
# Check system status
datacore doctor
# Then use Claude Code for daily workflow
cd ~/Data && claudeCommands
Setup
datacore init- Interactive setup wizarddatacore doctor- Check dependencies and healthdatacore ingest <path>- Import files with AI processing
Admin
datacore space create <name>- Create a new spacedatacore space list- List all spacesdatacore module install <name>- Install a moduledatacore module list- List modulesdatacore module update- Update all modulesdatacore module remove <name>- Remove a moduledatacore config show- Show settingsdatacore config get <key>- Get a settingdatacore config set <key> <value>- Set a settingdatacore snapshot create- Create installation snapshotdatacore snapshot restore- Restore from snapshot
Automation (for cron/scripts)
datacore sync- Git sync all reposdatacore today- Generate daily briefingdatacore tomorrow- End-of-day wrap-updatacore nightshift status- Queue statusdatacore nightshift trigger- Execute queued AI tasksdatacore nightshift queue "task"- Add task to AI queuedatacore cron install- Set up scheduled tasks
Architecture
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
# Install dependencies
bun install
# Run in development
bun run dev
# Run tests
bun test
# Build
bun run buildLicense
MIT
