coScene CLI (coCLI)

English | 简体中文
cocli is the command-line interface for coScene. For full usage and product documentation, use the coScene CLI docs.
Install
Global / IO:
curl -fL https://download.coscene.io/cocli/install.sh | sh
Install a specific version:
curl -fL https://download.coscene.io/cocli/install.sh | sh -s -- v1.7.0-rc2
Verify installation:
cocli --version
Help and Docs
Development
Build locally:
git clone https://github.com/coscene-io/cocli.git
cd cocli
make build-binary
./bin/cocli --version
Run locally:
go run ./cmd/cocli --version
License
Apache-2.0