Releases: elevenlabs/cli
@elevenlabs/cli@0.2.0
What's Changed
--env flag support is dropped, as it was using virtual env isolation. it would be reintroduced once proper env isolation is supported in the product.
Full Changelog: https://github.com/elevenlabs/cli/compare/@elevenlabs/cli@0.1.2...@elevenlabs/cli@0.2.0
@elevenlabs/cli@0.1.2
What's Changed
Fixed a bug with --template flag being ignored.
Full Changelog: https://github.com/elevenlabs/cli/compare/@elevenlabs/cli@0.1.1...@elevenlabs/cli@0.1.2
@elevenlabs/cli@0.1.1
What's Changed
--help significantly improved, now it shows manual for each separate module
also, fixed elevenlabs components add command
Full Changelog: https://github.com/elevenlabs/cli/compare/@elevenlabs/cli@0.1.0...@elevenlabs/cli@0.1.1
@elevenlabs/cli@0.1.0
What's Changed
Interface significantly refactored, made modular.
For example:
elevenlabs add-webhook-tool -> elevenlabs tools add --type webhook
elevenlabs delete-test -> elevenlabs tests delete
elevenlabs list -> elevenlabs agents list
Full Changelog: https://github.com/elevenlabs/cli/commits/@elevenlabs/cli@0.1.0