Skip to content

Releases: elevenlabs/cli

@elevenlabs/cli@0.2.0

30 Oct 17:33
61a156e

Choose a tag to compare

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

27 Oct 13:36
424e84e

Choose a tag to compare

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

24 Oct 16:55
0d55675

Choose a tag to compare

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

23 Oct 17:13
67c5ee4

Choose a tag to compare

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