Closed ChrisAtkinson1 closed 5 years ago
I'm not sure I follow... what do you want to have changed? Do you want the hostname for the CMCI connection printed out?
What we're displaying here is the same information you can see with CEMT or Explorer. Is the information insufficient in those scenarios too?
Once a push command had completed, I would likely:
zowe zos-files download uss-file "/u/cicprov/mnt/CICPY00K/workdir/CICPY00K/cics-nodejs-invoke/cics-nodejs-invoke/D20190531.T182206.stdout"
zowe zos-uss issue ssh "cat /u/cicprov/mnt/CICPY00K/workdir/CICPY00K/cics-nodejs-invoke/cics-nodejs-invoke/D20190531.T182206.stdout"
zowe zos-uss issue ssh "tail -f /u/cicprov/mnt/CICPY00K/workdir/CICPY00K/cics-nodejs-invoke/cics-nodejs-invoke/D20190531.T182206.stdout"
In each of those cases I don't need too know the host, rather the zosmf profile name. As the user would have specified this in --zosmf-profile
option or used their default, I think it acceptable they should also do the same to view the file using one of the techniques above.
@ChrisAtkinson1 If you are ok with the above, I can update the doc to highlight these as "next steps" in the "Deploying your first Node.js app" tutorial.
Triage: Suggest adding 'MVSSYSNAME value from REGION to summary table
Assigning to myself to update getting started tutorial.
@ChrisAtkinson1 I believe this issue has now been addressed in PRs #255 and #256.
Yes closing
The log files are reported eg
NODEJSAPP resources for Bundle 'CICSJS02' in Scope 'CALMAS1': CICS NODEJSAPP resource 'CICSJSON' is in 'ENABLED' state in region 'CALMAS1' with process id '65840'. stdout: /u/nodelogs/CALMAS1/CICSJSON/CICSJSON/D20190531.T140207.stdout stderr: /u/nodelogs/CALMAS1/CICSJSON/CICSJSON/D20190531.T140207.stderr
However I don't know from the CLI without diving into my profile what system they reside on.
Should they get the host they reside on ?