Project

uvcli

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Manage your UserVoice account(s) from the command line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

~> 0.7
~> 0.19
 Project Readme

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.

Uvcli commands

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 

Uvcli tickets

Removing sites

You can manually remove sites from the configuration file, located in ~/.uvcli/uvcli.yml.

Contributing

  1. Fork it ( https://github.com/dangercove/uvcli/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request