Releases: digitalghost-dev/poke-cli
Releases · digitalghost-dev/poke-cli
v1.2.0
Added
- Added a new
movecommand that allows a user to search for a move and get its details. (#125) - Added the new
movecommand as a search option for thesearchcommand. (#128)
- Commit Change Log: v1.1.0 > v1.2.0
- Associated PRs: (#129)
v1.1.0
Added
- Added a new
searchcommand. Search for a Pokémon or ability with a full or partial match. As well as^for regex.
Changed
- Changed functions calling the PokeAPI URL to use a
constvariable set inconnections/connections.go. (#121)
Fixed
- Fixed issues found by linters. (#123)
- Commit Change Log: v1.0.3 > v1.1.0
- Associated PRs: (#124)
v1.0.3
v1.0.2
Added
- Added an alpine image to
Dockerfileto allow a user to run the tool using the container's shell instead of each command running a container then exiting. Either option is available. (#113)
Fixed
- Fixed
-l | --latestflag when running tool on Windows. (#112) - Fixed
connections/connection.gofile to using thestylingpackage instead of local variables.
Security
- Secured
Dockerfileby running as a non-root user and removingrootlogin. (#115)
- Commit Change Log: v1.0.1 > v1.0.2
- Associated PRs: (#116 )
v1.0.1
Added
- Added example usage in main help menu to better explain how to call a resource with a space. (#109)
Security
- Secured against 3 CVEs by updating to Go
v1.23.6. (#110)- CVE-2025-22866 medium vulnerability for stdlib package
- CVE-2024-45341 medium vulnerability for stdlib package
- CVE-2024-45336 medium vulnerability for stdlib package
- Commit Change Log: v1.0.0 > v1.0.1
- Associated PRs: (#111)
v1.0.0
v1.0.0 includes four commands with various flags:
ability- Get details about a specific ability.
-p | --pokemon- List Pokémon that learn specified ability.
natures- Get details about natures.
pokemon- Get details about a specific Pokémon.
-a | --abilities: display the Pokémon's abilities.-i | --image: display a pixel image of the Pokémon.-s | --stats: display the Pokémon's base stats.-t | --types: display the Pokémon's typing.
- Get details about a specific Pokémon.
types- Get details about a specific typing