Skip to content

docs: add missing --artifact-dir flag to README apiops init table#217

Merged
EMaher merged 2 commits into
mainfrom
copilot/fix-readme-missing-artifact-dir
Jul 2, 2026
Merged

docs: add missing --artifact-dir flag to README apiops init table#217
EMaher merged 2 commits into
mainfrom
copilot/fix-readme-missing-artifact-dir

Conversation

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

README’s apiops init quick-reference drifted from the CLI/docs source of truth by omitting --artifact-dir <dir>. This PR updates the README flags table so all init options are represented consistently.

  • What changed

    • Added the missing --artifact-dir <dir> row to the README.md table under ### apiops init.
    • Included the default value context in the description (./apim-artifacts) to match command documentation semantics.
  • Scope

    • Documentation-only change in README.md.
    • No behavioral or command-surface changes.
| `--artifact-dir <dir>` | Artifact directory path (default: `./apim-artifacts`) |

Copilot AI changed the title [WIP] Fix missing --artifact-dir option in README.md docs: add missing --artifact-dir flag to README apiops init table Jul 2, 2026
Copilot finished work on behalf of EMaher July 2, 2026 16:59
Copilot AI requested a review from EMaher July 2, 2026 16:59
@EMaher
EMaher requested a review from petehauge July 2, 2026 17:24
@EMaher
EMaher marked this pull request as ready for review July 2, 2026 17:24
@EMaher
EMaher merged commit cc46109 into main Jul 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc Drift] README.md apiops init flags table missing --artifact-dir option

3 participants