Skip to content

Releases: Cloverhound/webex-cli

v0.13.0

30 Mar 22:55

Choose a tag to compare

Fixes

  • Fix recordings download default type: now defaults to video (MP4) instead of audio (MP3)
  • Rename download type values from audio/recording/transcript to video/audio/transcript (recording kept as alias for backwards compatibility)

v0.12.0

30 Mar 19:21

Choose a tag to compare

Fixes

  • Fix issue with spaces in params

v0.11.0

30 Mar 19:06

Choose a tag to compare

Improvements

  • Added more user-friendly automated install and update script
  • Ability to set a default user per folder for per-project work

v0.10.0

18 Mar 04:11

Choose a tag to compare

Improvements

  • Added upload / download audio file helpers to all applicable commands across CC, Calling, and Meetings

v0.9.0

16 Mar 23:40

Choose a tag to compare

Improvements

  • Add streamlined commands for webex cc audio-files upload and webex cc audio-files download

v0.8.0

20 Feb 22:03

Choose a tag to compare

Improvements

  • Support auto pagination (--paginate) in webex cc search commands

v0.7.0

20 Feb 21:47

Choose a tag to compare

Improvements

  • Added --last flag to simplify commands that require time ranges. Supports syntax like --last 1d, --last 8h, --last 5m.
  • Added customized version of the WXCC search commands to dramatically improve usability. The default auto-generated code only accepted a raw GraphQL body string with little to no guidance on how to use it. See webex cc search --help.

v0.6.0

20 Feb 19:55

Choose a tag to compare

Fixes

  • Fixed all webex cc flow commands. These APIs use a different pattern than other CC APIs so needed some special handling in the code generation logic.

v0.5.0

17 Feb 22:37

Choose a tag to compare

Improvements

  • Consolidated various API specific org ID params into single --organization CLI param
  • Added webex auth set-org command to change the default org

v0.4.0

17 Feb 19:55

Choose a tag to compare

Added additional OAuth scopes to allow more commands by default