Skip to content

Commit

Permalink
remove --non-interactive from patcher command docs except update (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceschae authored Dec 10, 2024
1 parent 8035c89 commit df6fd6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2.0/reference/patcher/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
| Option Name | Description |
|---|---|
| `--loglevel value` | The log level to output information at. Available values: Default: `info`. |
| `--non-interactive` | Run in non-interactive mode. Won't prompt the user for input. Useful for scripts, automation, CI/CD. Default: `false`. |
| `--container-image value` | Use the specified container image for applying patches. Ignored if `--skip-container-runtime` is used. |
| `--skip-container-runtime` | Skip using a container runtime for applying patches and perform all operations directly on the host. Default: `false`. |
| `--no-color` | Disable terminal colors. Only works with the non-interactive flag. Default: `false` |
| `--dry-run` | Run in dry run mode. Will not bump any versions or apply any patches. Default: `false` |
| `--help`, `-h` | Show help text for the given command. |

Expand Down Expand Up @@ -111,6 +109,8 @@ $ patcher update ./

| Option Name | Description |
|---|---|
| `--non-interactive` | Run in non-interactive mode. Won't prompt the user for input. Useful for scripts, automation, CI/CD. Default: `false`. |
| `--no-color` | Disable terminal colors. Only works with the non-interactive flag. Default: `false` |
| `--update-strategy value` | The update strategy to use in non-interactive mode. Must be one of: [`next-safe`, `next-breaking`]. Default: `next-safe`. |
| `--plan-file value` | Path to the JSON file containing the resolved upgrade plan.
| `--spec-file value` | Path to the JSON file containing the upgrade spec. |
Expand Down

0 comments on commit df6fd6c

Please sign in to comment.