Examples
Examples
Section titled “Examples”Clean LLM-oriented share
Section titled “Clean LLM-oriented share”codeshare \ --api-only \ --code-only \ --exclude-data \ --ignore-lockfiles \ --stdout \ --no-artifact \ --path .Dump two subtrees
Section titled “Dump two subtrees”codeshare \ --api-only \ --code-only \ --paths src/trangraph/ingest src/trangraph/transcribeDump one subtree but exclude a legacy part
Section titled “Dump one subtree but exclude a legacy part”codeshare \ --api-only \ --code-only \ --paths src/trangraph \ --exclude-path src/trangraph/legacyFull artifact output
Section titled “Full artifact output”codeshare --full --exclude-data --ignore-lockfilesExplicit output path
Section titled “Explicit output path”codeshare --api-only --output /tmp/repo_api_dump.txtRead-only render
Section titled “Read-only render”codeshare --full --read-only --stdoutCross-repo docs bundle
Section titled “Cross-repo docs bundle”DOCS_REPO="/Users/damienfoucard/local/repos/infra/adastruct-web/src/content/docs/docs/codeshare-dump"
( codeshare --paths README.md docs src/codeshare/release_checks.py --stdout --no-artifact codeshare --paths "$DOCS_REPO"/**/*.mdx --stdout --no-artifact) | pbcopyNested runner files via shell globbing
Section titled “Nested runner files via shell globbing”codeshare --api-only --paths src/evogen/**/runner.py --stdout