@viewsonic-mvb/uservice-monorepo-cli
v1.25.2
Published
The monorepo cli tools.
Downloads
10
Readme
uservice-monorepo-cli
The monorepo cli tools.
Install
npm install -g @viewsonic-mvb/uservice-monorepo-cli
Usage as CLI
Get help
$ uservice --help
Configuration
Get configuration
$ uservice config --get
Set configuration
$ uservice config --set OPENAI_URL=https://<url> OPENAI_KEY=<key>
Set OpenAI Response Language
$ uservice config --set LOCALE=en-US|zh-TW
OpenAI Commit
Use OpenAI commits
$ uservice commits
If you want to edit the commit message. you can use the git commit --amend
command.
Use OpenAI commit Preview
$ uservice commits --preview
OpenAI Generate Unit Test File
Use OpenAI Unit Test
$ uservice tester -f <file path>
If you want to edit the commit message. you can use the git commit --amend
command.
Use OpenAI Unit Test Preview
$ uservice tester --preview -f <file path>
License
Licensed under MIT.