Zowe CLI V2 - zowe profiles create deprecated? #1687
Replies: 8 comments
-
Hello @FALLAI-Denis, perhaps we could set up a call and I can help your team adopt team configuration and Zowe V2 LTS. A few notes that I would like to share here are:
|
Beta Was this translation helpful? Give feedback.
-
Hi @MikeBauerCA The Problem: this hierarchy mechanism has an impact on the naming of profiles. The name of a profile becomes I took the example provided on the page https://docs.zowe.org/stable/user-guide/ze-profiles/#:~:text=Configuring%20team%20profiles%20Zowe%20CLI%20team%20profiles %20simplify,files%20with%20connection%20details%20for%20your%20mainframe%20services. to illustrate:
Solution without hierarchy:
|
Beta Was this translation helpful? Give feedback.
-
Confer #1413 |
Beta Was this translation helpful? Give feedback.
-
Hi, The first step in our jenkins job is installing the zowe cli, the second is the create profile command. Our build team don't want zowe pre installed on the build systems so we have to do the installation and configuration by script every time. Editing a file in the jenkins job to create the profile would be very unhandy and I don't know if it will work. |
Beta Was this translation helpful? Give feedback.
-
Hi @Marty850, do you use a Jenkinsfile to drive your automation? If you do not already do so, you could store your Jenkins automation in source control. This provides several benefits and details are described here. If you go this route, you can check in a |
Beta Was this translation helpful? Give feedback.
-
Same use cas for us with Jenkins. Since Zowe CLI V2, we deposit in the root folder Git Repositories a In Jenkins, either the Note that this remains a transitional solution, as we are in the implementation phase of IBM Dependency Based Build which removes the need to use Zowe CLI to communicate with z/OS partitions:
|
Beta Was this translation helpful? Give feedback.
-
Thank you @MikeBauerCA and @FALLAI-Denis! Using zowe.config.json works for my use-case |
Beta Was this translation helpful? Give feedback.
-
Thank you for raising this enhancement request. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Apparently with the move to Zowe CLI V2, the profile management commands are deprecated...
You can no longer / must create a profile using a
zowe profiles create...
command.From what I understood from the documentation, you now have to directly edit the
zowe.config.json
orzowe.config.user.json
files?This is just unacceptable!
Our users are not Zowe CLI experts. They must be given simple and above all reassuring solutions: editing a file directly, with all the possible handling errors, is simply unacceptable.
Beta Was this translation helpful? Give feedback.
All reactions