Uvcli
Uvcli is a command line interface for the UserVoice support and feedback platform.
Installation
Open a terminal window and install uvcli.
$ gem install uvcli
Usage
Uvcli takes two commands login
and check
.
Login
Add new UserVoice sites to your configuration by running:
$ uvcli login
It'll prompt you for the site's domain, key and secret. To get a key and secret go into UserVoice → Settings → Integrations → UserVoice API keys and click Add API Key... Make sure you set the API key to TRUSTED.
Check
Uvcli will loop through each site that you've setup and look for open tickets. Afterwards you can tell uvcli to open a single ticket or all of them in your default browser.
$ uvcli check
Removing sites
You can manually remove sites from the configuration file, located in ~/.uvcli/uvcli.yml
.
Contributing
- Fork it ( https://github.com/dangercove/uvcli/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request