Skip to content

Conversation

@zFernand0
Copy link
Member

@zFernand0 zFernand0 commented Sep 29, 2025

What It Does

Disables colors when setting up the environment to run Zowe commands
Fix #56

How to Test

Before

zFernand0 @ Mac (arm64) /path/to/zowe-cli-sample-scripts/python/pyzowe          [v22.21.1, n10.9.4] [12:32:05]
> $ python                                                                                          [±fix-56 ✓]
Python 3.14.0 (main, Oct  7 2025, 09:34:52) [Clang 17.0.0 (clang-1700.0.13.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append("/path/to/zowe-cli-sample-scripts/python/pyzowe")
>>> from pyzowe import zowe
>>> zowe("files search ds HLQ.PDS.EMPTY CEA")
{'success': True, 'commandResponse': 'Found "\x1b[33mCEA\x1b[39m" in \x1b[33m0\x1b[39m data sets and PDS members.', 'apiResponse': []}

After

zFernand0 @ Mac (arm64) /path/to/zowe-cli-sample-scripts/python/pyzowe          [v22.21.1, n10.9.4] [12:25:15]
> $ python                                                                                          [±fix-56 ✓]
Python 3.14.0 (main, Oct  7 2025, 09:34:52) [Clang 17.0.0 (clang-1700.0.13.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append("/path/to/zowe-cli-sample-scripts/python/pyzowe")
>>> from pyzowe import zowe
>>> zowe("files search ds HLQ.PDS.EMPTY CEA")
{'success': True, 'commandResponse': 'Found "CEA" in 0 data sets and PDS members.', 'apiResponse': []}
>>> exit

Review Checklist
I certify that I have:

Additional Comments

Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
@zFernand0 zFernand0 self-assigned this Sep 29, 2025
…into fix-56

Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
@zFernand0
Copy link
Member Author

Hey @salasac
Feel free to test with this PR 🙏

@zFernand0 zFernand0 linked an issue Dec 3, 2025 that may be closed by this pull request
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Dec 3, 2025
@zFernand0 zFernand0 moved this from New Issues to In Progress in Zowe CLI Squad Dec 3, 2025
@zFernand0 zFernand0 moved this from In Progress to Review/QA in Zowe CLI Squad Dec 3, 2025
Co-authored-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
@zFernand0 zFernand0 requested a review from t1m0thyj December 4, 2025 14:27
@zFernand0 zFernand0 dismissed t1m0thyj’s stale review December 4, 2025 14:45

Changes implemented in 038f8d7

Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
@zFernand0 zFernand0 merged commit 92593f8 into main Dec 4, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this from Review/QA to Closed in Zowe CLI Squad Dec 4, 2025
@zFernand0 zFernand0 deleted the fix-56 branch December 4, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

pyzowe wrapper suggestion

2 participants