> For the complete documentation index, see [llms.txt](https://docs.mantic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mantic.dev/manticrods/config-files/commands.yml.md).

# commands.yml

ManticRods Configuration Files

{% code lineNumbers="true" %}

```yaml
# Changes here will only apply on restart.
upgrade-command:
  command: rodupgrade
  aliases:
  - rupgrade
  - rodupgrades
  - rodsupgrade
shards-command:
  command: shards
  aliases:
  - shard
  - mshard
  - mshards
shard-shop-command:
  command: shardshop
  aliases: []
fish-command:
  command: fish
  aliases:
  - fishcaught
  - fishescaught
fish-top-command:
  command: fishtop
  aliases:
  - mfishtop
shard-top-command:
  command: shardtop
  aliases:
  - mshardtop
captcha-command:
  command: captcha
  aliases: []
rod-command:
  command: manticrod
  aliases:
  - manticrods
  - rod
  - rods
  - fishingrods
  - fishingrod
  - harvesterrod
prestige-command:
  command: rodprestige
  aliases: []

```

{% endcode %}
