Skip to content

Commit 9e04d7e

Browse files
Peter HaugeCopilot
andcommitted
docs: fix generated file paths in init.md to match actual output
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 943acf6 commit 9e04d7e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/commands/init.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ In interactive mode (the default when running in a terminal), `apiops init` prom
7878

7979
| File | Purpose |
8080
|------|---------|
81-
| `.github/workflows/extract.yaml` | Pipeline to extract APIM artifacts |
82-
| `.github/workflows/publish.yaml` | Pipeline to publish artifacts to APIM |
81+
| `.github/workflows/run-apim-extractor.yml` | Workflow to extract APIM artifacts |
82+
| `.github/workflows/run-apim-publisher.yml` | Workflow to publish artifacts to APIM |
8383
| `configuration.extractor.yaml` | Sample filter configuration for extraction |
8484
| `configuration.{env}.yaml` | Override templates per environment (e.g., `configuration.dev.yaml`, `configuration.prod.yaml`) |
8585
| `IDENTITY-SETUP-GITHUB.md` | Step-by-step guide for configuring federated credentials |
@@ -88,8 +88,8 @@ In interactive mode (the default when running in a terminal), `apiops init` prom
8888

8989
| File | Purpose |
9090
|------|---------|
91-
| `pipelines/extract.yaml` | Pipeline to extract APIM artifacts |
92-
| `pipelines/publish.yaml` | Pipeline to publish artifacts to APIM |
91+
| `.azdo/pipelines/run-apim-extractor.yml` | Pipeline to extract APIM artifacts |
92+
| `.azdo/pipelines/run-apim-publisher.yml` | Pipeline to publish artifacts to APIM |
9393
| `configuration.extractor.yaml` | Sample filter configuration for extraction |
9494
| `configuration.{env}.yaml` | Override templates per environment |
9595
| `IDENTITY-SETUP-AZDO.md` | Step-by-step guide for configuring service connections |
@@ -98,6 +98,7 @@ In interactive mode (the default when running in a terminal), `apiops init` prom
9898

9999
| File | Purpose |
100100
|------|---------|
101+
| `.github/prompts/apiops-setup-identity.prompt.md` | Copilot prompt for identity setup |
101102
| `<artifact-dir>/` | Empty artifact directory (default: `./apim-artifacts`) |
102103

103104
## Package consumption modes

0 commit comments

Comments
 (0)