--- title: "@cmtx/cli" category: guide sidebar_order: 41 lang: en skip_doc_render: true --- # @cmtx/cli [![npm version](https://img.shields.io/npm/v/@cmtx/cli.svg)](https://www.npmjs.com/package/@cmtx/cli) [![License](https://img.shields.io/npm/l/@cmtx/cli.svg)](https://github.com/cc01cc/cmtx-project/blob/main/LICENSE) Markdown image management command-line tool. Scan, analyze, upload, download, transfer, format, and adapt images in Markdown files. ## Installation ```bash pnpm add -g @cmtx/cli ``` ## Quick Start ```bash cmtx analyze ./docs --depth 2 cmtx upload ./article.md --provider aliyun-oss --prefix blog/images ``` ## Documentation - [Installation & Getting Started](./USR-001-getting-started.md) - [Commands Reference](./USR-002-commands-reference.md) - [Configuration Guide](./USR-003-configuration.md) - [Guides](./USR-004-guides.md) - [Troubleshooting](./USR-005-troubleshooting.md) - [Index](./INDEX.md) ## License Apache-2.0