@coze/cli
v0.0.4
Published
command-line tool for component development
Downloads
234
Readme
coze-cli
command-line tool for coze component development
Currently, it only supports the cn
region.
Installation
npm install -g @coze/cli
Usage
Login
The login
command will open a browser page for you to authorize. After authorization, you can use other commands.
coze login
The command will save the token and related registry info to ~/.npmrc
automatically. You can check it in the file.
Logout
The logout
command will clear the login status.
coze logout
Install
you can install the component by npm
, pnpm
or yarn
directly.
npm install @coze-kit/xxx