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
This may be a spago limitation, but I expected to be able to pass flags to spago run that would get forwarded to the binary. Instead, I have to run spago build and then run the binary directly with the args.
While trying this, I also discovered spago's --node-args, which maybe should be renamed --backend-args, since it works to send arguments to the psgo process as well: spago run --node-args "--version"
The text was updated successfully, but these errors were encountered:
I opened an issue for the rename, but as for passing the args, I assume this backend needs to change to support something like a separator --, an args flag, or just passing the trailing args on to the process?
For example, running
spago run --node-args "--flag flag-value" --verbose
This may be a spago limitation, but I expected to be able to pass flags to
spago run
that would get forwarded to the binary. Instead, I have to run spago build and then run the binary directly with the args.While trying this, I also discovered spago's
--node-args
, which maybe should be renamed--backend-args
, since it works to send arguments to the psgo process as well:spago run --node-args "--version"
The text was updated successfully, but these errors were encountered: