Skip to content

Commit b84dee8

Browse files
updating version numbers
1 parent 1413337 commit b84dee8

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ on:
2323
- '.goreleaser.yaml'
2424
branches:
2525
- main
26+
2627
env:
27-
VERSION_NUMBER: 'v0.9.1'
28+
VERSION_NUMBER: 'v0.9.2'
2829
DOCKERHUB_REGISTRY_NAME: 'digitalghostdev/poke-cli'
2930
AWS_REGION: 'us-west-2'
3031

README.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<img height="250" width="350" src="https://cdn.simpleicons.org/pokemon/FFCC00" alt="pokemon-logo"/>
33
<h1>Pokémon CLI</h1>
44
<img src="https://img.shields.io/github/v/release/digitalghost-dev/poke-cli?style=flat-square&logo=git&logoColor=FFCC00&label=Release%20Version&labelColor=EEE&color=FFCC00" alt="version-label">
5-
<img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v0.9.1?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
5+
<img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v0.9.2?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
66
<img src="https://img.shields.io/github/actions/workflow/status/digitalghost-dev/poke-cli/ci.yml?branch=main&style=flat-square&logo=github&logoColor=FFCC00&label=CI&labelColor=EEE&color=FFCC00" alt="ci-status-badge">
77
</div>
88
<div align="center">
99
<img src="https://img.shields.io/github/actions/workflow/status/digitalghost-dev/poke-cli/go_test.yml?style=flat-square&logo=go&logoColor=00ADD8&label=Tests&labelColor=EEE&color=00ADD8" alt="tests-label">
10-
<img src="https://img.shields.io/github/go-mod/go-version/digitalghost-dev/poke-cli?style=flat-square&logo=Go&labelColor=EEE&color=00ADD8" alt="go-version">
11-
10+
<img src="https://img.shields.io/github/go-mod/go-version/digitalghost-dev/poke-cli?style=flat-square&logo=Go&labelColor=EEE&color=00ADD8" alt="go-version"/>
11+
<img src="https://img.shields.io/codecov/c/github/digitalghost-dev/poke-cli?token=05GBSAOQIT&style=flat-square&logo=codecov&logoColor=00ADD8&labelColor=EEE&color=00ADD8" alt="codecov"/>
1212
</div>
1313

1414
## Overview
@@ -68,7 +68,7 @@ _Use a Docker Image_
6868
* Necessary.
6969

7070
```bash
71-
docker run --rm -i -t digitalghostdev/poke-cli:v0.9.1 <command> [subcommand] flag]
71+
docker run --rm -i -t digitalghostdev/poke-cli:v0.9.2 <command> [subcommand] flag]
7272
```
7373

7474
### Go Install
@@ -83,23 +83,23 @@ _If you have Go already, install the executable yourself_
8383
## Usage
8484
By running `poke-cli [-h | --help]`, it'll display information on how to use the tool.
8585
```
86-
╭──────────────────────────────────────────────────────╮
87-
│Welcome! This tool displays data related to Pokémon! │
88-
│ │
89-
│ USAGE: │
90-
│ poke-cli [flag] │
91-
│ poke-cli <command> [flag] │
92-
│ poke-cli <command> <subcommand> [flag] │
93-
│ │
94-
│ FLAGS: │
95-
│ -h, --help Shows the help menu │
96-
│ -l, --latest Prints the latest available
97-
version of the program
98-
│ │
99-
│ AVAILABLE COMMANDS: │
100-
│ pokemon Get details of a specific Pokémon │
101-
│ types Get details of a specific typing │
102-
╰──────────────────────────────────────────────────────╯
86+
╭────────────────────────────────────────────────────────
87+
│Welcome! This tool displays data related to Pokémon!
88+
89+
│ USAGE:
90+
│ poke-cli [flag]
91+
│ poke-cli <command> [flag]
92+
│ poke-cli <command> <subcommand> [flag]
93+
94+
│ FLAGS:
95+
│ -h, --help Shows the help menu
96+
│ -l, --latest Prints the latest version available
97+
-v, --version Prints the current version
98+
99+
│ AVAILABLE COMMANDS:
100+
│ pokemon Get details of a specific Pokémon
101+
│ types Get details of a specific typing
102+
╰────────────────────────────────────────────────────────
103103
```
104104

105105
---
@@ -119,4 +119,6 @@ _Not 100% up-to-date, may add or remove some of these choices_
119119
- [ ] `-m | --moves`: display learnable moves.
120120
- [x] `types`: get data about a specific typing.
121121
- [ ] `ability`: get data about a specific ability.
122-
- [ ] `move`: get data about a specific move.
122+
- [ ] `-p | --pokemon`: display Pokémon that learn this ability.
123+
- [ ] `move`: get data about a specific move.
124+
- [ ] `-p | --pokemon`: display Pokémon that learn this move.

0 commit comments

Comments
 (0)