-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide support for changing file tags within Zowe Explorer #2113
Comments
Thank you for raising this issue. |
We could support chmod/chown/chtag operations in ZE through this z/OSMF API: https://www.ibm.com/docs/en/zos/2.4.0?topic=interface-zos-unix-file-utilities#IZUHPINFO_API_PutUnixFileUtilities |
And here's the relevant CLI function 😋 |
In addition to changing a file's tag, it would be nice to have an option to convert the file contents to another encoding. |
When working with Git repositories on zOS in particular, tagging of files with the correct encoding is important if those repos are linked to an enterprise repository like Gitlab/Github. When you create a new file using Zowe Explorer you can't set the encoding of that file, and you can't change the existing tag if it is wrong.
It would be good to be able to :
The only options currently are to either use an ISPF session, ssh into the host and issue the chtag command, or run a zowe cli command. These don't provide the seamless user experience required.
The text was updated successfully, but these errors were encountered: