You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# placed into the /app directory, run the program with './poke-cli'
108
108
# example: ./poke-cli ability swift-swim
109
109
```
@@ -112,13 +112,13 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
112
112
> The `card`command renders TCG card images using your terminal's graphics protocol. When running inside Docker, pass your terminal's environment variables so image rendering works correctly:
113
113
>```bash
114
114
># Kitty
115
-
> docker run --rm -it -e TERM -e KITTY_WINDOW_ID digitalghostdev/poke-cli:v1.9.2 card
115
+
> docker run --rm -it -e TERM -e KITTY_WINDOW_ID digitalghostdev/poke-cli:v1.9.3 card
116
116
>
117
117
> # WezTerm, iTerm2, Ghostty, Konsole, Rio, Tabby
118
-
> docker run --rm -it -e TERM -e TERM_PROGRAM digitalghostdev/poke-cli:v1.9.2 card
118
+
> docker run --rm -it -e TERM -e TERM_PROGRAM digitalghostdev/poke-cli:v1.9.3 card
119
119
>
120
120
> # Windows Terminal (Sixel)
121
-
> docker run --rm -it -e WT_SESSION digitalghostdev/poke-cli:v1.9.2 card
121
+
> docker run --rm -it -e WT_SESSION digitalghostdev/poke-cli:v1.9.3 card
122
122
> ```
123
123
> If your terminal is not listed above, image rendering is not supported inside Docker.
0 commit comments