Skip to content

Commit 93d9b17

Browse files
committed
Document --platform option to the CLI for inspect
1 parent c83c398 commit 93d9b17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/site/content/userguide/tools/inspect-image.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Usage: imagetool inspect [OPTIONS]
1717
| --- | --- | --- |
1818
| `--image`, `-i` | (Required) The image ID or image name to be inspected. | |
1919
| `--builder`, `-b` | Executable to inspect Docker images. Use the full path of the executable if not on your path. | Defaults to `docker`, or, when set, to the value in environment variable `WLSIMG_BUILDER`. |
20-
| `--format` | The output format. Supported values: `JSON` | `JSON` |
21-
| `--patches` | Include OPatch information in the output, including a list of WebLogic patches that are applied. | |
20+
| `--format`, `-f` | The output format. Supported values: `JSON` | `JSON` |
21+
| `--patches`. `-p` | Include OPatch information in the output, including a list of WebLogic patches that are applied. | |
22+
| `--plarform` | Specify the platform for selecting the image (`--image`). | host platform |
2223

2324
#### Use an argument file
2425

0 commit comments

Comments
 (0)