A command line utility for interacting with the Sensu api.
A CLI that provides a formatted and highlighted view of Markdown files in a terminal
A Test Kitchen Driver(and Transport) for Docker native CLI
Hakiri is a CLI for hakiri.io—a cloud security platform for Ruby on Rails apps.
AppFog.com CLI
CLIntegracon allows you to build Integration specs for your CLI,independent if they are based on Ruby or another technology.It is especially useful if your command modifies the file system.It provides an integration for Bacon.
A library of functionality designed to alleviate common tasks and headaches when developing command-line (CLI) apps in Ruby.
Commands used to talk to OpenNebula
Adds MFA Support to AWS CLI and Ruby SDKs for normal IAM user
Simple CLI wrappers to control and record VNC displays from Ruby.
Provides CLI tools for working with ruby packs.
CLI to manager workflows on Factor.io
Ruby API and CLI for vpsFree.cz API
Analyze an iOS .ipa file. Can be used as a CLI and can print the information in JSON so it can be used by other tools.
Command line interface for IBM Aspera products
world-class command line utilities for iOS development
A cli for generating reveal.js presentations from markdown.
A limited command line interface to Facebook
Relaton Command-line Interface
Sitepress command line interface and compilation tools for static site.
DataMapper plugin allowing interaction with models through a CLI
Provides a CLI tool for generating knife commands to build Chef-managed infrastructure from a simple JSON or YAML file.
Command line tool for Dokku.
Contentful CLI tool for getting started with Contentful
The cli-colorize gem is a command-line interface colorization library.
Middleman-Sync is a Middleman extension that wraps the excellent AssetSync to allow for both a CLI and after_build hook to your Middleman build's
Arvados command line tools, git commit eeec64d3ade747137bd79670155cd0fa34a9b322
<tt>minitar-cli</tt> is a pure-Ruby command-line tool that uses {minitar}[https://github.com/halostatue/minitar] to provide a command-line tool, +minitar+, for working with POSIX tar(1) archive files.
upload ipa or apk to fir.im
CLI-based access to GitHub API v3
Aptible CLI
A CLI for working with Foundation
Command line interface to communicate over Modbus TCP
Send pics and videos using the terminal
Contains the code for showing of the tasks (results and progress) in the Hammer CLI.
Antilles uses Mimic to set up a stub HTTP server that a CLI tool being tested with cucumber/aruba can communicate with.
Sym is a ruby library (gem) that offers both the command line interface (CLI) and a set of rich Ruby APIs, which make it rather trivial to add encryption and decryption of sensitive data to your development or deployment workflow. For additional security the private key itself can be encrypted with a user-generated password. For decryption using the key the password can be input into STDIN, or be defined by an ENV variable, or an OS-X Keychain Entry. Unlike many other existing encryption tools, Sym focuses on getting out of your way by offering a streamlined interface with password caching (if MemCached is installed and running locally) in hopes to make encryption of application secrets nearly completely transparent to the developers. Sym uses symmetric 256-bit key encryption with the AES-256-CBC cipher, same cipher as used by the US Government. For password-protecting the key Sym uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc. Sym accomplishes encryption transparency by combining several convenient features: 1. Sym can read the private key from multiple source types, such as pathname, an environment variable name, a keychain entry, or CLI argument. You simply pass either of these to the -k flag — one flag that works for all source types. 2. By utilizing OS-X Keychain on a Mac, Sym offers truly secure way of storing the key on a local machine, much more secure then storing it on a file system, 3. By using a local password cache (activated with -c) via an in-memory provider such as memcached, sym invocations take advantage of password cache, and only ask for a password once per a configurable time period, 4. By using SYM_ARGS environment variable, where common flags can be saved. This is activated with sym -A, 5. By reading the key from the default key source file ~/.sym.key which requires no flags at all, 6. By utilizing the --negate option to quickly encrypt a regular file, or decrypt an encrypted file with extension .enc 7. By implementing the -t (edit) mode, that opens an encrypted file in your $EDITOR, and replaces the encrypted version upon save & exit, optionally creating a backup. 8. By offering the Sym::MagicFile ruby API to easily read encrypted files into memory. Please refer the module documentation available here: https://www.rubydoc.info/gems/sym
OptionParser based CLI support for rapid CLI development in an object-oriented context. This library wraps Ruby's OptionParser for parsing your options under the hood, so you get all the goodness that the Ruby standard library provides. On top of that it adds a rich and powerful DSL for defining, validating, and normalizing options, as well as automatic and gorgeous help output (modeled after `gem --help`).
This is a CLI for easier use of https://www.vaultproject.io/
Interactive CLI application for Trello
Implementation of validators for the ruby OptionParser lib. Mainly used in the CMSScanner gem to define the cli options available
Scripts to interact with the Brightbox cloud API
AutoStacker24 is a small ruby gem for managing AWS CloudFormation stacks. It is a thin wrapper around the AWS Ruby SDK. It lets you write simple and convenient automation scripts, especially if you have lots of parameters or dependencies between stacks. You can use it directly from Ruby code or from the command line. It enhances CloudFormation templates by parameter expansion in strings and it is even possible to write templates in YAML which is much friendlier to humans than JSON. You can use autostacker24 cli to convert existing templates to YAML.
A separate adapter for speaking the CLI language of the engineyard-serverside gem.
Ruby script (cli) to fetch subtitles on Addic7ed
a git-style cli, offering a friendly, intuitive interface to all of the Stripe API right from the console. With an emphasis on convenience and productivity and a commitment to pretty, colorful, but most of all READABLE output.
Hash type identifier (CLI & lib).
Command-line library for big honkin' CLI apps.
Neocities.org CLI and API client
jr is jq like JSON processor. Its script can be written in Ruby