beanstalkd-cli

command module
v0.0.0-...-4921228 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2020 License: MIT Imports: 5 Imported by: 0

README

beanstalkd-cli Build Status

A simple cli interface for managing beanstalkd queues.

Download

You can find the latest release including binaries here.

Usage

NAME:
   beanstalkd-cli

USAGE:
   A simple cli interface for managing beanstalkd queues.
   
   Homepage: https://github.com/edwinhoksberg/beanstalkd-cli

VERSION:
   1.2.7 [5e2ef1289d916807f5a4f787dc9634b9753fa4cb]

AUTHOR:
   Edwin Hoksberg <mail@edwinhoksberg.nl>

COMMANDS:
     monitor  Monitor the beanstalkd queues
     flush    Completely remove all jobs from a tube
     pop      Remove a job from a queue and display it
     put      Write a job to a queue
     peek     Display a job from the queue without removing it
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --verbose       set this to enable debug logging
   --quiet         set this to disable logging
   --server value  The server name where beanstalkd is running (default: "127.0.0.1")
   --port value    The port on which beanstalkd is listening (default: 11300)
   --help, -h      show help
   --version, -v   print the version

Development

This program is written in Go, using these dependencies:

  • sirupsen/logrus - Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger.
  • urfave/cli - cli is a simple, fast, and fun package for building command line apps in Go.
  • mpdroog/beanstalkd - A golang beanstalkd client.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL