mark list-targets and list-variables as hidden and experimental

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-07-03 18:22:22 +02:00
committed by Tonis Tiigi
parent cc097db675
commit 153e5ed274
2 changed files with 10 additions and 4 deletions

View File

@ -19,8 +19,6 @@ Build from a file
| `--call` | `string` | `build` | Set method for evaluating build (`check`, `outline`, `targets`) |
| `--check` | `bool` | | Shorthand for `--call=check` |
| [`-f`](#file), [`--file`](#file) | `stringArray` | | Build definition file |
| `--list-targets` | `bool` | | List available targets |
| `--list-variables` | `bool` | | List defined variables |
| `--load` | `bool` | | Shorthand for `--set=*.output=type=docker` |
| [`--metadata-file`](#metadata-file) | `string` | | Write build result metadata to a file |
| [`--no-cache`](#no-cache) | `bool` | | Do not use cache when building the image |