From c5ed0030f3a0acc9973ee642f71cd4ee50755129 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:56:13 +0000 Subject: [PATCH 1/2] Initial plan From 1540c6830c3c173aba7b197aa260f4987c843799 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:58:51 +0000 Subject: [PATCH 2/2] docs: add missing --artifact-dir flag to README init table (Closes #194) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b9cbf64..aec7ad71 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Scaffold a new APIM artifacts repository with CI/CD pipelines. |------|-------------| | `--cli-package ` | Path to a local `.tgz` tarball | | `--ci ` | `github-actions` or `azure-devops` | +| `--artifact-dir ` | Artifact directory path (default: `./apim-artifacts`) | | `--environments ` | Comma-separated environments (e.g. `dev,prod`) | | `--non-interactive` | Skip all prompts | | `--force` | Overwrite existing files |