0.0.4 • Published 11 months ago
@coze/cli v0.0.4
coze-cli
command-line tool for coze component development
Currently, it only supports the cn region.
Installation
npm install -g @coze/cliUsage
Login
The login command will open a browser page for you to authorize. After authorization, you can use other commands.
coze loginThe 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 logoutInstall
you can install the component by npm, pnpm or yarn directly.
npm install @coze-kit/xxx