Releases: rmnl/clack
Releases · rmnl/clack
Clack-2.0.0b9
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 callsclack 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
Clack-0.5.1
- Fix: Fixed issue with upgrade command.
Clack-0.5.0
- Feature: Removed support for ac1 api.
- Improvement: More verbose dry-run support.
- Improvement: Using
.format()
for string formatting.
Clack-0.4.2
- Feature: support for alternative protocols.
- Small fix: Empty session responses for account v2 api fail gracefully.
Clack-0.4.1
- Small fix: Output from API should not be wrapped.
Clack-0.4.0
- 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
- Added progress bar for batch calls and overview of failed rows.
Clack-0.3.0
- 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
- 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.