Skip to content

Releases: rmnl/clack

Clack-2.0.0b9

23 Mar 12:32
Compare
Choose a tag to compare
Clack-2.0.0b9 Pre-release
Pre-release

Beta pre-release of clack version 2. This is a complete rewrite and offers some big changes:

  • Colored and formatted output using pygments
  • JW Platform API calls are made with the jwplatform python package.
  • Account v2 api calls are made with custom API kit based on requests.
  • Two main commands:
    • clack call for making api calls
    • clack settings for managing all settings.
  • JSON output as default with Python option
  • Response filtering.
  • Better account API error handling
  • Automatic token replacements for non-admin account api calls.
  • Make calls as another user (for admins only)

Clack-1.0.0

29 Nov 16:28
Compare
Choose a tag to compare

First stable version based on version 0.5.1

Clack-0.5.1

01 Aug 14:33
Compare
Choose a tag to compare
  • Fix: Fixed issue with upgrade command.

Clack-0.5.0

01 Aug 14:20
Compare
Choose a tag to compare
  • Feature: Removed support for ac1 api.
  • Improvement: More verbose dry-run support.
  • Improvement: Using .format() for string formatting.

Clack-0.4.2

16 Feb 21:56
Compare
Choose a tag to compare
  • Feature: support for alternative protocols.
  • Small fix: Empty session responses for account v2 api fail gracefully.

Clack-0.4.1

05 Feb 11:24
Compare
Choose a tag to compare
  • Small fix: Output from API should not be wrapped.

Clack-0.4.0

05 Jan 12:41
Compare
Choose a tag to compare
  • Updated support for the JW Player Account API v2 (token authentication)
  • Removal of plain text secrets and passwords with support for your system's secure password storage with keyring

Clack-0.3.1

08 Jun 22:45
Compare
Choose a tag to compare
  • Added progress bar for batch calls and overview of failed rows.

Clack-0.3.0

05 Jun 23:24
Compare
Choose a tag to compare
  • Added clack delegate command which can create delegate logins for the JW Platform dashboard.
  • Added clack batch command for making batch calls with clack.
  • Moved from custom install method to installation with pip.

Clack-0.2

28 Feb 08:06
Compare
Choose a tag to compare
  • Move to Github
  • Restructured external dependencies
  • Added support for JW Player API's version 1 and 2

For help with installing, please see the installation instructions in the readme file.