conjure-ai
v0.1.3
Published
`conjure-ai` lets you pull a file from a specific Conjure project and save it locally
Readme
conjure-ai
conjure-ai lets you pull a file from a specific Conjure project and save it locally
Quick start
# Run without installing (npx uses the default bin)
npx conjure-ai <project_id> <commit_id> --file <path/in/repo>By default the CLI writes the file into the current directory using the same filename. Pass --dir <path> to change the output folder or --stdout to print the contents instead.
Options
--file <path>(required): file path at the given commit.--dir <path>: output directory (defaults to.).--stdout: stream contents to stdout instead of writing to disk.--dry-run: check the file HEAD and log what would happen without downloading.--silent: suppress info logs (errors still print).--verbose: add debug output (includes detailed HTTP errors).--api <url>: override the API base URL without touching the environment.
