Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Jul 28, 2017
1 parent dc3a5d3 commit e4688ab
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
aws-sns-push
============

[![Build Status](https://travis-ci.org/creasty/aws-sns-push.svg?branch=master)](https://travis-ci.org/creasty/aws-sns-push)
[![GoDoc](https://godoc.org/github.com/creasty/aws-sns-push?status.svg)](https://godoc.org/github.com/creasty/aws-sns-push)
[![GitHub release](https://img.shields.io/github/release/creasty/aws-sns-push.svg)](https://github.com/creasty/aws-sns-push/releases)
[![License](https://img.shields.io/github/license/creasty/aws-sns-push.svg)](./LICENSE)

Send SNS push notifications painlessly.


```sh-session
$ aws-sns-push -h
Send SNS push notifications painlessly.

USAGE:
aws-sns-push [OPTIONS] TARGET

TARGET:
1. {application-name}/{user-id}
e.g., sample-production/12345

2. {application-name}/{device-token}
e.g., sample-production/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

3. {endpoint-arn}
e.g., arn:aws:sns:ap-northeast-1:000000000000:endpoint/sample-production/ffffffff-ffff-ffff-ffff-ffffffffffff

OPTIONS:
-y Send without confirmation
-h Show help
```

0 comments on commit e4688ab

Please sign in to comment.