File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 - main
2727
2828env :
29- VERSION_NUMBER : ' v1.3.1 '
29+ VERSION_NUMBER : ' v1.3.2 '
3030 DOCKERHUB_REGISTRY_NAME : ' digitalghostdev/poke-cli'
3131 AWS_REGION : ' us-west-2'
3232
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ builds:
1414 - windows
1515 - darwin
1616 ldflags :
17- - -s -w -X main.version=v1.3.1
17+ - -s -w -X main.version=v1.3.2
1818
1919archives :
2020 - format : tar.gz
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN go mod download
88
99COPY . .
1010
11- RUN go build -ldflags "-X main.version=v1.3.1 " -o poke-cli .
11+ RUN go build -ldflags "-X main.version=v1.3.2 " -o poke-cli .
1212
1313# build 2
1414FROM --platform=$BUILDPLATFORM alpine:latest
Original file line number Diff line number Diff line change 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.3.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/v1.3.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 " >
@@ -76,11 +76,11 @@ View future plans in the [Roadmap](#roadmap) section.
76763 . Choose how to interact with the container:
7777 * Run a single command and exit:
7878 ``` bash
79- docker run --rm -it digitalghostdev/poke-cli:v1.3.1 < command> [subcommand] flag]
79+ docker run --rm -it digitalghostdev/poke-cli:v1.3.2 < command> [subcommand] flag]
8080 ```
8181 * Enter the container and use its shell:
8282 ` ` ` bash
83- docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.3.1 -c " cd /app && exec sh"
83+ docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.3.2 -c " cd /app && exec sh"
8484 # placed into the /app directory, run the program with './poke-cli'
8585 # example: ./poke-cli ability swift-swim
8686 ` ` `
You can’t perform that action at this time.
0 commit comments