The SYSVIEW format profile schema, where you specify display settings
Usage
zowe profiles create sysview-format-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new sysview-format profile. You can load this profile by using the name on commands that support the "--sysview-format-profile" option.
display options
-
--context-fields
| --cf
(array)
- Context fields to display. Defaults to hiding all context
-
--overview
| -o
(boolean)
- Display the overview section
-
--info
| -i
(boolean)
- Display the information area, if any
-
--pretty
| -p
(boolean)
-
--blank-if-zero
| --biz
| -b
(boolean)
- Show a blank space instead of '0' values
-
--truncate
| --tr
(boolean)
Options
Examples
-
Create a SYSVIEW format profile to display the context fields 'commandName' and 'screenTitle', the information area, and not the overview area for all requests. Data will be formatted, and '0's will be blanked:
zowe profiles create sysview-format-profile myFormat --cf commandName screenTitle --overview false --info true --pretty true --biz true