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
@@ -64,11 +64,14 @@ View future plans in the [Roadmap](#roadmap) section.
6464This 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
67- | Package Type | Distributions | Repository Setup | Installation Command |
68- | --------------| -----------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------|
69- | ` 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` |
70- | ` 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` |
71- | ` 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` |
67+ 1. Run the ** Repository Setup** script first for the correct Linux distribution.
68+ 2. Run the corresponding ** Installation Command** afterward.
69+
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` |
7275
7376# ## Docker Image
7477
@@ -83,11 +86,11 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
83863. Choose how to interact with the container:
8487 * Run a single command and exit:
8588 ` ` ` bash
86- 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]
8790 ` ` `
8891 * Enter the container and use its shell:
8992 ` ` ` bash
90- 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"
9194 # placed into the /app directory, run the program with './poke-cli'
9295 # example: ./poke-cli ability swift-swim
9396 ` ` `
@@ -181,7 +184,7 @@ Below is a list of the planned/completed commands and flags:
181184- [x] `natures`: get data about natures.
182185- [x] `pokemon`: get data about a Pokémon.
183186 - [x] `-a | --abilities`: display the Pokémon' s abilities.
184- - [ ] ` -d | --defense` : display the Pokémon' s type defences.
187+ - [x ] ` -d | --defense` : display the Pokémon' s type defences.
185188 - [x] `-i | --image`: display a pixel image of the Pokémon.
186189 - [x] `-s | --stats`: display the Pokémon' s base stats.
187190 - [x] ` -m | --moves` : display learnable moves.
0 commit comments