0.2.6 • Published 3d agoCLI
timeback-studio
Licence
—
Version
0.2.6
Deps
8
Size
2.5 MB
Vulns
0
Weekly
0
timeback-studio
Local development companion for Timeback apps. Manages credentials and runs a development server.
Installation
bun add -g timeback-studio
Usage
# Start the studio server (default command)
timeback-studio
# Or explicitly
timeback-studio serve
timeback-studio serve --env staging
Commands
serve
Start the local development server.
timeback-studio serve [--env <environment>]
credentials
Manage Timeback API credentials.
timeback-studio credentials # Interactive menu
timeback-studio credentials add # Add/update credentials
timeback-studio credentials list # List configured environments
timeback-studio credentials remove # Remove credentials
Configuration
Credentials are stored locally and used by the development server to authenticate with Timeback APIs.
Debug Mode
DEBUG=1 timeback-studio serve