You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2025. It is now read-only.
Helper commands like ahoy fix-bay-token are currently incompatible with pygmy-go.
Amazee.io have deprecated their pygmy tool written in python. They now direct customers to use fubarhouse/pygmy-go. The new pygmy-go commands list does not include pgymy start or pygmy stop. They are replace by pygmy up and pygmy down.
Default installation using Homebrew will create a command named pygmy-go. This can by symlinked or renamed as pygmy but for now, we probably need to assume the command is pygmy-go OOTB.
Steps to reproduce
Clone an SDP project like content-vic
Install required dependency pygmy-go by following the steps
brew tap fubarhouse/pygmy-go
brew install pygmy-go
Run ahoy fix-bay-token
Expected result
My Bay token is fixed.
Actual result
Errors are generated like
Error: unknown command "stop" for "pygmy-go"
Run 'pygmy-go --help' for usage.
unknown command "stop" for "pygmy-go"
Problem / Motivation
Helper commands like
ahoy fix-bay-tokenare currently incompatible withpygmy-go.Amazee.io have deprecated their pygmy tool written in python. They now direct customers to use fubarhouse/pygmy-go. The new
pygmy-gocommands list does not includepgymy startorpygmy stop. They are replace bypygmy upandpygmy down.Default installation using Homebrew will create a command named
pygmy-go. This can by symlinked or renamed aspygmybut for now, we probably need to assume the command ispygmy-goOOTB.Steps to reproduce
Clone an SDP project like
content-vicInstall required dependency
pygmy-goby following the stepsRun
ahoy fix-bay-tokenExpected result
My Bay token is fixed.
Actual result
Errors are generated like
or
Suggested fix
pygmyto usepygmy-gocommands instead.