mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 06:16:49 +00:00
Initial commit: pokebuddy_cli
This commit is contained in:
commit
d58df9bd10
47 changed files with 1684 additions and 0 deletions
67
docs/COMMANDS.md
Normal file
67
docs/COMMANDS.md
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# Commands
|
||||
|
||||
## `pokebuddy hatch`
|
||||
|
||||
Hatches a companion and stores it locally.
|
||||
|
||||
```bash
|
||||
pokebuddy hatch
|
||||
pokebuddy hatch --force
|
||||
pokebuddy hatch --all
|
||||
```
|
||||
|
||||
## `pokebuddy list`
|
||||
|
||||
Lists discovered companions.
|
||||
|
||||
```bash
|
||||
pokebuddy list
|
||||
```
|
||||
|
||||
## `pokebuddy dex`
|
||||
|
||||
Shows every known launch companion.
|
||||
|
||||
```bash
|
||||
pokebuddy dex
|
||||
```
|
||||
|
||||
## `pokebuddy show [name]`
|
||||
|
||||
Shows a detailed companion card.
|
||||
|
||||
```bash
|
||||
pokebuddy show zapbit
|
||||
```
|
||||
|
||||
## `pokebuddy poke [name]`
|
||||
|
||||
Interacts with a companion and increases XP.
|
||||
|
||||
```bash
|
||||
pokebuddy poke zapbit
|
||||
```
|
||||
|
||||
## `pokebuddy feed [name] [thing]`
|
||||
|
||||
Feeds context, cache, file paths or playful offerings.
|
||||
|
||||
```bash
|
||||
pokebuddy feed cachegoblin ./build/cache
|
||||
```
|
||||
|
||||
## `pokebuddy status`
|
||||
|
||||
Shows local companion state.
|
||||
|
||||
```bash
|
||||
pokebuddy status
|
||||
```
|
||||
|
||||
## `pokebuddy rename <name> <alias>`
|
||||
|
||||
Gives a discovered companion a local alias.
|
||||
|
||||
```bash
|
||||
pokebuddy rename zapbit Sparkinho
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue