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 the CLI
timeback resourcesManage course configurations
timeback apiInteract with Timeback APIs
timeback studioStart Studio development server
timeback upgradeUpdate CLI to latest version

What’s next?