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.5.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.6.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 " >
@@ -24,7 +24,7 @@ View future plans in the [Roadmap](#roadmap) section.
2424
2525---
2626## Demo
27- ![ demo] ( https://poke-cli-s3-bucket.s3.us-west-2.amazonaws.com/demo-v1.5.1 .gif )
27+ ![ demo] ( https://poke-cli-s3-bucket.s3.us-west-2.amazonaws.com/demo-v1.6.0 .gif )
2828
2929---
3030## Installation
@@ -65,13 +65,13 @@ This package repository is generously hosted by Cloudsmith.
6565Cloudsmith is a fully cloud-based service that lets you easily create, store, and share packages in any format, anywhere.
6666
67671. Run the ** Repository Setup** script first for the correct Linux distribution.
68- 2. Run the corresponding ** Installation Command** afterwards .
68+ 2. Run the corresponding ** Installation Command** afterward .
6969
70- | Package Type | Distributions | Repository Setup | Installation Command |
71- | :------------:| -----------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------| ---------------------------------------------- |
72- | ` apk` | Alpine | ` sudo apk add --no-cache bash && curl -1sLf ' https://dl.cloudsmith.io/basic/digitalghost-dev/poke-cli/setup.alpine.sh' \| sudo -E bash` | ` sudo apk add poke-cli=1.5.2 --update-cache` |
73- | ` deb` | Ubuntu, Debian | ` curl -1sLf ' https://dl.cloudsmith.io/public/digitalghost-dev/poke-cli/setup.deb.sh' \| sudo -E bash` | ` sudo apt-get install poke-cli=1.5.2 ` |
74- | ` rpm` | Fedora, CentOS, Red Hat, openSUSE | ` curl -1sLf ' https://dl.cloudsmith.io/public/digitalghost-dev/poke-cli/setup.rpm.sh' \| sudo -E bash` | ` sudo yum install poke-cli-1.5.2-1 ` |
70+ | Package Type | Distributions | Repository Setup | Installation Command |
71+ | :------------:| -----------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------|
72+ | ` apk` | Alpine | ` sudo apk add --no-cache bash && curl -1sLf ' https://dl.cloudsmith.io/basic/digitalghost-dev/poke-cli/setup.alpine.sh' \| sudo -E bash` | ` sudo apk add poke-cli --update-cache` |
73+ | ` deb` | Ubuntu, Debian | ` curl -1sLf ' https://dl.cloudsmith.io/public/digitalghost-dev/poke-cli/setup.deb.sh' \| sudo -E bash` | ` sudo apt-get install poke-cli` |
74+ | ` rpm` | Fedora, CentOS, Red Hat, openSUSE | ` curl -1sLf ' https://dl.cloudsmith.io/public/digitalghost-dev/poke-cli/setup.rpm.sh' \| sudo -E bash` | ` sudo yum install poke-cli` |
7575
7676# ## Docker Image
7777
@@ -86,11 +86,11 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
86863. Choose how to interact with the container:
8787 * Run a single command and exit:
8888 ` ` ` bash
89- docker run --rm -it digitalghostdev/poke-cli:v1.5.2 < command> [subcommand] flag]
89+ docker run --rm -it digitalghostdev/poke-cli:v1.6.0 < command> [subcommand] flag]
9090 ` ` `
9191 * Enter the container and use its shell:
9292 ` ` ` bash
93- docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.5.2 -c " cd /app && exec sh"
93+ docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.6.0 -c " cd /app && exec sh"
9494 # placed into the /app directory, run the program with './poke-cli'
9595 # example: ./poke-cli ability swift-swim
9696 ` ` `
@@ -184,7 +184,7 @@ Below is a list of the planned/completed commands and flags:
184184- [x] `natures`: get data about natures.
185185- [x] `pokemon`: get data about a Pokémon.
186186 - [x] `-a | --abilities`: display the Pokémon' s abilities.
187- - [ ] ` -d | --defense` : display the Pokémon' s type defences.
187+ - [x ] ` -d | --defense` : display the Pokémon' s type defences.
188188 - [x] `-i | --image`: display a pixel image of the Pokémon.
189189 - [x] `-s | --stats`: display the Pokémon' s base stats.
190190 - [x] ` -m | --moves` : display learnable moves.
0 commit comments