reflex-hosting-cli@0.1.72a1
Pre-release
Pre-release
Breaking Changes
- Two
reflex clouddefaults changed.--interactivenow defaults to whether stdout is a terminal rather than to on, so a pipe, a CI job or an agent is refused with an error instead of waiting at a prompt that nobody answers --reflex cloud apps listin CI with no token now exits 1 with "Token is required for non-interactive mode." Pass--interactiveto restore the old behavior. Andreflex cloud apps logs --follownow defaults to off, since following prompts between pages and so never returns on its own; pass--follow truefor the old behavior.reflex deploytakes the same terminal-derived--interactive; it keeps--jsonfor log records only, since its progress is a stream rather than a result. (#6917)
Features
- Every
reflex cloudcommand now takes--json, writing one JSON document to stdout while human-readable messages move to stderr, so the output is parseable without reading a Rich table. Note that a message only lands on stderr if the installedreflex-basecarries the reservation: against an older one,--loglevel debugstill writes its records to stdout and they precede the document. (#6917)
Bug Fixes
- Fix version comparison bug that broke compatibility with reflex-0.7.6.post1 (#6963)