1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/ia.md

25 lines
746 B
Markdown
Raw Normal View History

# ia
> `archive.org`와 상호작용하기 위한 커멘드라인 도구.
> 더 많은 정보: <https://archive.org/services/docs/api/internetarchive/cli.html>.
- API 키로 `ia`를 구성 (일부 기능은 이 단계 없이 작동하지 않음):
`ia configure`
- 하나 이상의 항목을 `archive.org`에 업로드:
`ia upload {{식별자}} {{경로/대상/파일}} --metadata="{{mediatype:data}}" --metadata="{{title:example}}"`
- `archive.org`에서 하나 이상의 항목을 다운로드:
`ia download {{항목}}`
- `archive.org`에서 하나 이상의 항목을 삭제:
`ia delete {{식별자}} {{파일}}`
- `archive.org`에서 검색하여, 결과를 JSON로 반환:
`ia search '{{subject:"subject" collection:collection}}'`