benallfree / gobot

Popular binaries via npm. CLI and API.
22 stars 2 forks source link

List binary location. #10

Open VictorioBerra opened 6 months ago

VictorioBerra commented 6 months ago
const bot = await gobot(`pocketbase/pocketbase`, { version: `~0.22.12` });

bot.exePath // ???????

Need to know where Gobot downloaded the binary. For example if I want to run ./pocketbase migrations create with said binary.