omm export
Export a hub model to `destination` for deployment or backup: a hard link when possible, otherwise a real copy. Never a symlink, so the exported file keeps working after `omm uninstall` or on another machine. Not tracked in the registry - uninstalling the source model never touches an exported copy. Also writes a provenance/checksum manifest sidecar next to it, so `omm import` on another machine (including an air-gapped one) can restore the source repo, version, and install date instead of treating the file as an anonymous import.
omm export --help가 출력하는 내용 그대로, CLI 소스에서 뽑아낸 것입니다.
사용법
omm export [OPTIONS] {filename} {destination}인자
filename필수—
destination필수Directory to place the exported file in.
옵션
--force기본값: —Reclaim a destination omm doesn't recognize as its own by deleting it and exporting, instead of skipping it as a conflict.
공통 옵션
모든 omm 명령이 --json, --no-color, --quiet, -q, --yes, -y도 함께 받습니다. 명령마다 반복하지 않고 여기에 한 번만 적었습니다.
omm 0.3.101 기준으로 내보낸 내용입니다.