v1.0.8 - Fix Command Names
What's Fixed
- Fixed
zopen_create_repoto callzopen-create-repoinstead ofzopen create-repo - Fixed
zopen_create_cicd_jobto callzopen-create-cicd-jobinstead ofzopen 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_repocorrectly creates repository with the proper commandzopen_create_cicd_jobcorrectly creates CI/CD jobs with the proper command- Both tools now work correctly in both local and remote (SSH) execution modes