-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit Signed-off-by: Martin Zeithaml <[email protected]> * Missing cli Signed-off-by: Martin Zeithaml <[email protected]> * Missing import Signed-off-by: Martin Zeithaml <[email protected]> * Typo in import Signed-off-by: Martin Zeithaml <[email protected]> * Help update and types Signed-off-by: Martin Zeithaml <[email protected]> * Wrong error code Signed-off-by: Martin Zeithaml <[email protected]> * Do not exit if called from support Signed-off-by: Martin Zeithaml <[email protected]> * Zss PC check Signed-off-by: Martin Zeithaml <[email protected]> * Remove item Signed-off-by: Martin Zeithaml <[email protected]> * Grep update Signed-off-by: Martin Zeithaml <[email protected]> * Node fix Signed-off-by: Martin Zeithaml <[email protected]> * zOSMF check Signed-off-by: Martin Zeithaml <[email protected]> * zOSMF check in help Signed-off-by: Martin Zeithaml <[email protected]> * Changelog update Signed-off-by: Martin Zeithaml <[email protected]> * PARMLIB example Signed-off-by: Martin Zeithaml <[email protected]> * Node check Signed-off-by: Martin Zeithaml <[email protected]> * Typo and indentation Signed-off-by: Martin Zeithaml <[email protected]> * Check java version to match defined MIN Signed-off-by: Martin Zeithaml <[email protected]> * Move independent java function to separate module Signed-off-by: Martin Zeithaml <[email protected]> * Missing update Signed-off-by: Martin Zeithaml <[email protected]> * Verify java version Signed-off-by: Martin Zeithaml <[email protected]> * update fingerprints to use JAVA_HOME from playbooks Signed-off-by: MarkAckert <[email protected]> * empty output means no issues found via comm, print it Signed-off-by: MarkAckert <[email protected]> * add note to changelog Signed-off-by: MarkAckert <[email protected]> * Member name ZWEYAML in example Signed-off-by: Martin Zeithaml <[email protected]> --------- Signed-off-by: Martin Zeithaml <[email protected]> Signed-off-by: Martin Zeithaml <[email protected]> Signed-off-by: MarkAckert <[email protected]> Co-authored-by: Mark Ackert <[email protected]> Co-authored-by: MarkAckert <[email protected]>
- Loading branch information
1 parent
825c17e
commit 2d18f6c
Showing
18 changed files
with
556 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ZWEL0150E|150|Failed to find file %s. Zowe runtimeDirectory is invalid. | ||
ZWEL0151E|151|Failed to create temporary file %s. Please check permission or volume free space. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
zwe support -c /path/to/zowe.yaml | ||
|
||
zwe support -c /path/to/zowe.yaml --target-dir /path/to/save/support/results | ||
|
||
zwe support --config 'FILE(/path/to/zowe.yaml):PARMLIB(ZOWE.PARMLIB(ZWEYAML))' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
This program and the accompanying materials are made available | ||
under the terms of the Eclipse Public License v2.0 which | ||
accompanies this distribution, and is available at | ||
https://www.eclipse.org/legal/epl-v20.html | ||
SPDX-License-Identifier: EPL-2.0 | ||
Copyright Contributors to the Zowe Project. | ||
*/ | ||
|
||
import * as index from './index'; | ||
|
||
index.execute(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.