Skip to content
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

Allow --cicsPlex and --cicsRegion to be optional when creating a profile #76

Open
Joe-Winchester opened this issue Jul 14, 2021 · 3 comments
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

Comments

@Joe-Winchester
Copy link
Member

Joe-Winchester commented Jul 14, 2021

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.

zowe cics get resource CICSCICSplexList

This should work, however it fails because it insists that a regionname is added which is actually invalid

@zFernand0
Copy link
Member

zFernand0 commented Mar 7, 2023

Multi-enhancement 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.
    This will allow zowe cics get resource CICSCICSplexList to work properly

@zFernand0 zFernand0 added enhancement New feature or request good first issue Good for newcomers priority-low Legit issue but cosmetic or nice-to-have labels Mar 7, 2023
@zFernand0 zFernand0 transferred this issue from zowe/zowe-cli-cics-plugin Feb 5, 2024
@zFernand0 zFernand0 moved this from New Issues to Low Priority in Zowe Explorer for VS Code Feb 6, 2024
Copy link

github-actions bot commented May 5, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the Stale label May 5, 2024
@zFernand0 zFernand0 added keep Issues with this label will be ignored by the stale bot and removed Stale labels May 6, 2024
@zFernand0
Copy link
Member

Added the keep labels since this is a good first issue 😋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Low Priority
Status: Low Priority
Development

No branches or pull requests

2 participants