prelive-cli
v1.0.0
Published
Official command-line interface for the Prelive public API.
Maintainers
Readme
prelive
Official command-line interface for the Prelive public API.
Install
npm install -g prelive-cliOr run on demand:
npx prelive-cli --helpQuickstart
# Save your API key locally (~/.config/prelive/config.json)
prelive auth login --api-key prl_live_…
# Verify
prelive me
# Generate stream titles + descriptions + hashtags
prelive content stream-info "Elden Ring" --description "no-hit attempt #4"
# Transcribe an audio/video URL
prelive transcribe --url https://example.com/clip.mp3 --language en
# Schedule a social post
prelive posts schedule \
--content "Going live soon!" \
--platforms twitter,tiktok \
--at 2026-04-28T18:00:00Z
# List scheduled posts
prelive posts list --status PENDINGAuth resolution order
--api-keyflagPRELIVE_API_KEYenv var~/.config/prelive/config.json(or%APPDATA%/prelive/config.jsonon Windows)
Get an API key at prelive.ai/settings/api-keys.
License
Apache-2.0
