Skip to content

Commit 7c9eb02

Browse files
rosstacoCopilot
andcommitted
chore: add generate-docs recipe to justfile
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d784892 commit 7c9eb02

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ build-all:
2727
just build-microsoft-security-devops-cli
2828
just build-gitlab-ci-local
2929

30+
# Generate feature README.md files from devcontainer-feature.json and NOTES.md
31+
generate-docs:
32+
devcontainer features generate-docs -p src -n rosstaco/devcontainer-features --github-owner rosstaco --github-repo devcontainer-features
33+
3034
# Clean copied features
3135
clean:
3236
rm -rf .devcontainer/ohmyposh

0 commit comments

Comments
 (0)