nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

B/1627/missing stack panic #156

Closed BSick7 closed 1 year ago

BSick7 commented 1 year ago

This updates the CLI with a new go-api-client to fix a nil panic when streaming logs for a stack that doesn't exist:

nullstone logs --stack=abc --env=prod --app=app

There were other updates to go-api-client since it's last update; this updates references to the endpoints that have changed.

TODO