From 38df4b06a9957aebd994007732f9a97428b924a6 Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Tue, 6 Aug 2024 10:11:55 -0400 Subject: [PATCH] Remove zosmf profile from example properties file Signed-off-by: Timothy Johnson --- .../properties/example_properties.yaml | 47 +++++++++---------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/packages/cli/__tests__/__resources__/properties/example_properties.yaml b/packages/cli/__tests__/__resources__/properties/example_properties.yaml index 426c5d96..b0b32aa0 100644 --- a/packages/cli/__tests__/__resources__/properties/example_properties.yaml +++ b/packages/cli/__tests__/__resources__/properties/example_properties.yaml @@ -1,35 +1,32 @@ -############################################################################### -# Example properties file for the SCS Credential Manager plug-in for Zowe CLI # -# Copy this to custom_properties.yaml in the same directory # -# and modify to fill in your customized connection and test details # +# Example properties file for CICS plugin +# Copy this to custom_properties.yaml in the same directory and modify to fill +# in your customized connection and test details + #-----------------------------------------------------------------------------# -# Find and replace the following: # +# find and replace the following: # # # -# my-user-name - This is your TSO user ID # +# my-user-name - This is your TSO user ID to connect to FTP # # my-password - This is your TSO password # -# zosmf-host - The host name for the LPAR with z/OSMF # -# zosmf-port - The z/OSMF port # +# my-cics-host - This is the hostname for the CICS CMCI server # +# my-cics-port - this is the port for the CICS CMCI server # +# my-csd-group - this is the CSD group to which new resources will be # +# defined # +# my-region-name - name of the CICS region # ############################################################################### -#-------------------------------------------------------------------------# -# Connection details/credentials for z/OSMF # -#-------------------------------------------------------------------------# -zosmf: - user: &user zosmf-user - password: &pass zosmf-password - host: &host zosmf-host - port: &port 443 - rejectUnauthorized: &ru false + +# see zowe profiles create cics --help for more info cics: - user: *user - password: *pass - host: *host - port: 1443 - rejectUnauthorized: *ru + user: my-user-name + password: my-password + host: my-cics-host + port: my-cics-port protocol: https + rejectUnauthorized: false cmci: - regionName: region-name - csdGroup: CSDGROUP + csdGroup: my-csd-group + regionName: my-region-name urimap: - certificate: " " + # certificate can be left blank, like the line below + certificate: