Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Thetimeback resources command manages course configurations between your local timeback.config.json and Timeback’s remote services.
Commands
| Command | Description |
|---|---|
push | Push local config to Timeback (local → remote) |
pull | Pull remote changes into local config (remote → local) |
unlink | Unlink courses from Timeback (deletes remote, keeps local) |
push
Push resources defined in your localtimeback.config.json to Timeback.
| Flag | Description |
|---|---|
--env <env> | Target environment (staging or production) |
--dry-run | Preview changes without applying |
--yes | Skip confirmation prompt |
pull
Pull remote course changes into your localtimeback.config.json.
| Flag | Description |
|---|---|
--env <env> | Source environment (staging or production) |
--apply | Apply changes without prompting |
--import | Run import flow for new courses after pull |
unlink
Unlink courses from Timeback, deleting the remote but keeping local definitions.| Flag | Description |
|---|---|
--env <env> | Target environment (required with --yes) |
--all | Unlink all courses (no interactive selection) |
--dry-run | Preview without applying |
--yes | Skip confirmation (requires explicit --env) |
Next Steps
CLI: API
Query APIs directly
Configuration
Full config reference