Tags: workato-devs/workato-platform-cli
Tags
fix(validator): change format_version type from str to int (#75) * Fix validation errors in ApiCollection and ApiClient models - ApiCollection.project_id: Make optional and coerce int to string (API returns int or null) - ApiClient.api_policies/api_collections: Make optional (API can return null) * Fix path to picklist-data.json in connections command - Change path from cli/data to cli/resources/data - Update test_helpers.py to match new path * fix(validator): change format_version type from str to int The Workato export package API returns format_version as an integer (2), not a string. This caused false validation errors for all exported recipes. Fixes recipe validation error: 'format_version should be string not int' * Fix mypy error: check api_collections is not None before iterating
Add profiles rename command to allow renaming profile names (#62) * Add profiles rename command to allow renaming profile names Implement workato profiles rename command with positional arguments and confirmation prompt. The command: - Takes old_name and new_name as positional arguments - Shows confirmation prompt before renaming - Handles token migration from old to new profile via keyring - Updates current profile if renaming the current profile - Provides clear error messages for edge cases Added comprehensive test coverage for: - Successful rename - Renaming current profile - Profile not found - New name already exists - User cancellation - Keyring failure handling Fixes #113 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * added workatoenv update when profile is renamed * added output mode json --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Bump virtualenv from 20.34.0 to 20.36.1 (#56) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.36.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.34.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>