22 <img height="250" width="350" src="pokemon.svg" 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/v1.6.2 ?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/v1.7.0 ?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 " >
@@ -91,11 +91,11 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
91913. Choose how to interact with the container:
9292 * Run a single command and exit:
9393 ` ` ` bash
94- docker run --rm -it digitalghostdev/poke-cli:v1.6.2 < command> [subcommand] flag]
94+ docker run --rm -it digitalghostdev/poke-cli:v1.7.0 < command> [subcommand] flag]
9595 ` ` `
9696 * Enter the container and use its shell:
9797 ` ` ` bash
98- docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.6.2 -c " cd /app && exec sh"
98+ docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.7.0 -c " cd /app && exec sh"
9999 # placed into the /app directory, run the program with './poke-cli'
100100 # example: ./poke-cli ability swift-swim
101101 ` ` `
@@ -158,6 +158,7 @@ By running `poke-cli [-h | --help]`, it'll display information on how to use the
158158│ │
159159│ COMMANDS: │
160160│ ability Get details about an ability │
161+ │ berry Get details about a berry │
161162│ item Get details about an item │
162163│ move Get details about a move │
163164│ natures Get details about all natures │
@@ -182,7 +183,7 @@ Below is a list of the planned/completed commands and flags:
182183
183184- [x] `ability`: get data about an ability.
184185 - [x] `-p | --pokemon`: display Pokémon that learn this ability.
185- - [ ] `berry`: get data about a berry.
186+ - [x ] `berry`: get data about a berry.
186187- [x] `item`: get data about an item.
187188- [x] `move`: get data about a move.
188189 - [ ] `-p | --pokemon`: display Pokémon that learn this move.
0 commit comments