Skip to content

Commit

Permalink
Update README.md to mention Docker images (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe authored Aug 13, 2019
1 parent 812dbe6 commit 0b8b1e1
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ The main focus for this initial release is to improve the developer experience w

* [Stripe CLI](#stripe-cli)
* [Installation](#installation)
* [Download the CLI](#download-the-cli)
* [macOS](#macos)
* [Linux](#linux)
* [Windows](#windows)
* [macOS](#macos)
* [Linux](#linux)
* [Windows](#windows)
* [Docker](#docker)
* [Commands](#commands)
* [login](#login)
* [listen](#listen)
Expand Down Expand Up @@ -96,6 +96,15 @@ _Without scoop:_

3. Run the unzipped `.exe` file!

### Docker

The CLI is also available as a Docker image: [`stripe/stripe-cli`](https://hub.docker.com/r/stripe/stripe-cli).

```sh
$ docker run --rm -it stripe/stripe-cli version
stripe version x.y.z (beta)
```

## Commands

### `login`
Expand Down Expand Up @@ -268,7 +277,7 @@ You can load Stripe status from the CLI instead of going to status.stripe.com. T
To load status, run:
```
$ stripe status
All services are online.
All services are online.
As of: July 23, 2019 @ 07:52PM +00:00
```
Expand Down

0 comments on commit 0b8b1e1

Please sign in to comment.