Skip to content

mooncake tool

Inspect tools installed via the tool action

Description

Read-only inspection of mooncake.lock and the tool install dir.

Tools are installed declaratively via 'mooncake apply' against a config containing 'tool:' steps. These subcommands query what's already there.

Examples: mooncake tool which go mooncake tool list mooncake tool env --shell zsh

Subcommands

  • env — Print shell export lines to put installed tool bins on PATH
  • list — List tools declared in the nearest mooncake.lock
  • which — Print the absolute bin path for an installed tool