Skip to content

Commit

Permalink
📝 Move around parts a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 2, 2020
1 parent 6157af0 commit 95101ee
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,13 @@ Repetitive use of `docker ps`, `docker logs`, `docker stats` and `docker exec -t
<p align="center">
<img src="https://i.imgur.com/moY077k.gif" width="450">

## Changelog

### 2.4.2
- Speed improvements

### 2.4.1
- `port` and `top` commands
- More commands now support fuzzy searching

Since the internal code changed quite a bit some bugs might have snuck in.
To report bugs run `supdock` with the `DEBUG=*` environment variable and create an issue with the output.
## Alias

### 2.3.0
If you don't want to use `supdock` and `docker` separately you can just set an alias.

- Internal cleanup of code
- Config reusability optimisations and backwards compatibility
- New `short-logs` config option to set a default limit of 500 lines to the `logs` command
```bash
alias docker="supdock"
```

## Installation

Expand All @@ -52,11 +42,25 @@ npm install -g supdock
yarn global add supdock
```

If you don't want to use `supdock` and `docker` separately you can just set an alias.
## Changelog

```bash
alias docker="supdock"
```
### 2.4.2

- Speed improvements

### 2.4.1

- `port` and `top` commands
- More commands now support fuzzy searching

Since the internal code changed quite a bit some bugs might have snuck in.
To report bugs run `supdock` with the `DEBUG=*` environment variable and create an issue with the output.

### 2.3.0

- Internal cleanup of code
- Config reusability optimisations and backwards compatibility
- New `short-logs` config option to set a default limit of 500 lines to the `logs` command

## Usage

Expand Down

0 comments on commit 95101ee

Please sign in to comment.