Retrieve a list of VIP user IDs and print it to STDOUT in JSON format
Assuming your machine is set up for the Ruby ecosystem:
$ bin/setup
$ bundle exec rake install
Make sure to run the server before running the gem or test-suite:
$ docker run --rm -p 8888:8888 adhocteam/noclist
$ noclist
To run the entire test-suite:
$ bundle exec rspec spec
- Insert
require 'byebug'
at the top of a file (paying particular attention tobadsec.rb
andcli.rb
), and throw in abyebug
statement as your break-point. - Alternatively, run
bin/console
for an interactive prompt for debugging purposes.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Noclist project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the Contributor Covenant. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.