Skip to main content
The Timeback CLI provides command-line access to:
FeatureDescription
InitializationInitialize your Timeback project
ResourcesPush, pull, and sync course configurations
API AccessQuery and modify data via Timeback services
CredentialsManage API credentials securely
StudioStart the Timeback Studio server

Installation

The easiest way to install the CLI is to run the following:
curl -fsSL https://timeback.dev/cli | bash
Or install via a package manager:
npm install -g timeback

Commands

CommandDescription
timeback initInitialize a new Timeback project
timeback resourcesManage course configurations
timeback apiInteract with Timeback APIs
timeback skillsInstall or remove AI agent skills
timeback studioStart Studio development server
timeback upgradeUpdate CLI to latest version

What’s next?

Resources

Push, pull, import, and unlink courses

API

Query Timeback APIs directly

Credentials

Manage API credentials

Studio

Start the Studio server

AI Skills

Find setup and integration skills to pair with CLI commands