We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3506f commit 9059284Copy full SHA for 9059284
1 file changed
specs/contracts/cli-commands.md
@@ -55,7 +55,7 @@ Publish local artifact files to an APIM instance.
55
| `--overrides <path>` | string | no | — | Environment overrides YAML file |
56
| `--commit-id <sha>` | string | no | — | Git commit SHA for incremental publish (overrides `COMMIT_ID`) |
57
| `--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. |
+| `--delete-unmatched` | boolean | no | `false` | Delete APIM resources not in artifacts. Mutually exclusive with `--commit-id`. |
59
60
**Environment variables** (publish-specific):
61
| Variable | Description |
0 commit comments