New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

timeback-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeback-cli

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

timeback

CLI for the Timeback platform.

Installation

bun add -g timeback
# or
bunx timeback

Usage

timeback <command> [options]
timeback --help

Commands

timeback api

Interact with education data APIs.

# Discovery
timeback api describe --service oneroster

# CRUD
timeback api oneroster schools list --env production
timeback api oneroster users get <id>
timeback api oneroster users create --file user.json
timeback api oneroster users delete <id>

# Filtering
timeback api oneroster enrollments list --active --classes id1,id2
timeback api oneroster users list --role teacher --max 100

See timeback api oneroster --help for all resources and options.

Configuration

API clients read credentials from environment variables:

# OneRoster
export ONEROSTER_BASE_URL="https://api.example.com"
export ONEROSTER_TOKEN_URL="https://auth.example.com/oauth2/token"
export ONEROSTER_CLIENT_ID="your-client-id"
export ONEROSTER_CLIENT_SECRET="your-client-secret"

Debug Mode

DEBUG=1 timeback api oneroster schools list

FAQs

Package last updated on 14 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts