Allow --cicsPlex and --cicsRegion to be optional when creating a profile #76
Labels
enhancement
New feature or request
good first issue
Good for newcomers
keep
Issues with this label will be ignored by the stale bot
priority-low
Legit issue but cosmetic or nice-to-have
When a CICS profile is created you need to specify a --region-name (if it's an SMSS managed region) and also a --cicsPlex if it's part of a plex
These can be queried, which means that it's possible to just connect to host:port and then return the scope/region for SMSS and also the CICSPlexnames if the plex isn't specified.
Feature request
Allow an SMSS connection to not have to specify the --region-name
Allow a CICS Plex connection likewise to have the plex name as optional. Also add the ability to get the plexes, e.g.
zowe cics get CICSPlexes
Also, when you are connected to plex there is no reason to set a --region-name scope as you can retrieve all of the regions for a plex.
This should work, however it fails because it insists that a regionname is added which is actually invalid
The text was updated successfully, but these errors were encountered: