You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`-i`](#input), [`--input`](#input)|`string`|| Read from tar archive file, instead of STDIN|
15
+
|[`--platform`](#platform)|`stringSlice`|| Load only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`).|
16
+
|`-q`, `--quiet`|`bool`|| Suppress the load output|
|`-o`, `--output`|`string`|| Write to a file, instead of STDOUT|
15
+
|[`--platform`](#platform)|`stringSlice`|| Save only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`) |
|`-i`, `--input`|`string`|| Read from tar archive file, instead of STDIN|
15
+
|`--platform`|`stringSlice`|| Load only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`).|
16
+
|`-q`, `--quiet`|`bool`|| Suppress the load output|
|`-o`, `--output`|`string`|| Write to a file, instead of STDOUT|
15
+
|`--platform`|`stringSlice`|| Save only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`) |
0 commit comments