
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
timeback-cli
Advanced tools
CLI for the Timeback platform.
bun add -g timeback
# or
bunx timeback
timeback <command> [options]
timeback --help
timeback apiInteract 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.
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=1 timeback api oneroster schools list
FAQs
Unknown package
The npm package timeback-cli receives a total of 0 weekly downloads. As such, timeback-cli popularity was classified as not popular.
We found that timeback-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.