pebble

command module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: MIT Imports: 1 Imported by: 0

README

️ pebble

GitHub Release 
Pebble is a simple tool to send JSON files as messages to AWS SQS

Demo

Installation

Homebrew

brew tap leberjs/tools
brew install pebble

Latest release binary

Usage

Run

pbl

Run pbl --help for more info:

Usage:
  pbl [flags]

Flags:
  -h, --help                 help for pbl
      --profile-name string  aws profile name
      --queue-url string     aws queue url

Configuration

The first time you run pbl a new directory and configuration file will be created at ~/.pebble/pebble.toml. A sub-directory, sync will also be created. This is where the JSON files containing SQS messages should be stored.

[settings]
profile-name = 'sandbox'
queue-url = 'https://sqs.us-east-1.amazonaws.com/111111111111/my-queue'

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
aws

Jump to

Keyboard shortcuts

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