Chatqiniu Documentation
Chatqiniu is the ChatArch command-line tool for Qiniu Cloud. It brings Kodo, CDN, SSL certificates, and CDN domain HTTPS configuration into one scriptable, interactive, and safety-first command surface.
Choose an Entry Point
-
Configure credentials first
Store Qiniu credentials in ChatEnv profiles, select accounts with
--profile, and keep secrets out of command output. -
Inspect object storage
View buckets, list objects, upload/download files, and generate public or private object URLs.
-
Operate CDN
Refresh, prefetch, query tasks, and inspect CDN domain state.
-
Deploy HTTPS certificates
Upload local PEM certificates and bind them to one or more CDN domains; real writes require explicit confirmation.
Safety Defaults
| Capability | Default behavior | Real write requirement |
|---|---|---|
| Delete one object | dry-run | --execute |
| Batch delete objects | dry-run | --execute |
| CDN refresh/prefetch | dry-run | --execute |
| Upload certificate | dry-run | --execute |
| Deploy certificate | dry-run | --execute --yes |
| Switch domain HTTPS certificate | dry-run | --execute |
Common Commands
chatqiniu --version
chatqiniu --tree
chatqiniu --tree-brief
chatqiniu auth whoami --profile wzh
chatqiniu bucket list --profile wzh
chatqiniu cert list --profile wzh
chatqiniu domain list --profile wzh
See the CLI tree for command topology and the capability map for package boundaries.