Skip to content

Commit 9059284

Browse files
CopilotEMaher
andauthored
docs: clarify publish delete-unmatched mutual exclusivity wording
Agent-Logs-Url: https://github.com/Azure/apiops-cli/sessions/49f6fc1a-2e54-4356-9cb2-b4dd8e8cd5ec Co-authored-by: EMaher <9244742+EMaher@users.noreply.github.com>
1 parent 6b3506f commit 9059284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/contracts/cli-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Publish local artifact files to an APIM instance.
5555
| `--overrides <path>` | string | no || Environment overrides YAML file |
5656
| `--commit-id <sha>` | string | no || Git commit SHA for incremental publish (overrides `COMMIT_ID`) |
5757
| `--dry-run` | boolean | no | `false` | Show planned changes without applying |
58-
| `--delete-unmatched` | boolean | no | `false` | Delete APIM resources not in artifacts. Does not apply if using `--commit-id` option. |
58+
| `--delete-unmatched` | boolean | no | `false` | Delete APIM resources not in artifacts. Mutually exclusive with `--commit-id`. |
5959

6060
**Environment variables** (publish-specific):
6161
| Variable | Description |

0 commit comments

Comments
 (0)