Skip to content

v1.0.8 - Fix Command Names

Choose a tag to compare

@IgorTodorovskiIBM IgorTodorovskiIBM released this 20 Oct 02:58
· 12 commits to main since this release

What's Fixed

  • Fixed zopen_create_repo to call zopen-create-repo instead of zopen create-repo
  • Fixed zopen_create_cicd_job to call zopen-create-cicd-job instead of zopen create-cicd-job

Technical Details

Both tools now call the hyphenated command names directly (e.g., zopen-create-repo) instead of passing them as subcommands to zopen. This matches the actual command-line tool names and ensures proper execution.

Impact

This fix ensures that:

  • zopen_create_repo correctly creates repository with the proper command
  • zopen_create_cicd_job correctly creates CI/CD jobs with the proper command
  • Both tools now work correctly in both local and remote (SSH) execution modes