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
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-token
are 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-go
commands list does not includepgymy start
orpygmy stop
. They are replace bypygmy up
andpygmy down
.Default installation using Homebrew will create a command named
pygmy-go
. This can by symlinked or renamed aspygmy
but for now, we probably need to assume the command ispygmy-go
OOTB.Steps to reproduce
Clone an SDP project like
content-vic
Install required dependency
pygmy-go
by following the stepsRun
ahoy fix-bay-token
Expected result
My Bay token is fixed.
Actual result
Errors are generated like
or
Suggested fix
pygmy
to usepygmy-go
commands instead.The text was updated successfully, but these errors were encountered: