New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cadburybot

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cadburybot

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

CadburyBot :man_in_tuxedo:

Under development 🚧

Usage

cb env get # lists all the environments
cb env get <env-name> # lists the asked envrironment
cb env set <environment-name> # Creates or updates environment by asking questions to you.
cb env delete <environment-name>
cb env default <environment-name> # sets the default environment

cb request get # lists all the request for the default environment
cb request get <request-name> # lists the asked request
cb request set <request-name> # add/update request to the default environment by answering the questions like request endpoint, http method etc.,
cb request delete <request-name>

cb send <request-name> #uses default environment
or
cb send <request-name> --env <env-name>

Pro tip: CadburyBot saves all these configurations as JSON file under ~/cadburybot directory. Instead of using request or env command, You can also manually update them.

Installation

Add this line to your application's Gemfile:

gem 'cadburybot'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install cadburybot

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the cadburybot project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

FAQs

Package last updated on 31 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc