New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@datacore-one/cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datacore-one/cli

CLI for setting up and managing Datacore installations

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
20
566.67%
Maintainers
1
Weekly downloads
 
Created
Source

@datacore/cli

CLI for setting up and managing Datacore installations - an AI-powered second brain built on GTD methodology.

Installation

npm install -g @datacore/cli

Or run directly with npx:

npx @datacore/cli init

Quick Start

# Set up a new Datacore installation
datacore init

# Check system status
datacore doctor

# Daily workflow
datacore today
datacore tomorrow

Commands

Setup

  • datacore init - Interactive setup wizard
  • datacore doctor - Check dependencies and health
  • datacore tour - Interactive walkthrough
  • datacore docs - Open documentation

Daily Use

  • datacore today - Generate daily briefing
  • datacore tomorrow - End-of-day wrap-up
  • datacore gtd <action> - GTD workflow commands

Space Management

  • datacore space create - Create a new space
  • datacore space list - List all spaces
  • datacore space audit <name> - Audit space structure

Module Management

  • datacore module install <name> - Install a module
  • datacore module list - List modules
  • datacore module update - Update all modules

File Management

  • datacore ingest <path> - Import files with AI processing
  • datacore sync - Git sync all repos

Configuration

  • datacore config show - Show settings
  • datacore config get <key> - Get a setting
  • datacore config set <key> <value> - Set a setting
  • datacore context rebuild - Rebuild CLAUDE.md files

Automation

  • datacore nightshift status - Nightshift queue status
  • datacore cron install - Set up scheduled tasks

Architecture

The CLI is a thin wrapper that:

  • Collects parameters interactively
  • Invokes Datacore agents via Claude Code
  • Reports results

Semantic work (file routing, knowledge extraction, task processing) is handled by agents, not the CLI.

Development

# Install dependencies
bun install

# Run in development
bun run dev

# Run tests
bun test

# Build
bun run build

License

MIT

Keywords

datacore

FAQs

Package last updated on 06 Feb 2026

Related posts