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
./golem-cli api-deployment list 1388ms Thu 6 Mar 17:33:36 2025
+----------------+---------------------+---------+
| Site | Definition ID | Version |
+----------------+---------------------+---------+
| localhost:9006 | my-shopping-cart-v1 | 0.0.4 |
curl -X GET 'http://localhost:9005/v1/api/deployments' Thu 6 Mar 17:35:15 2025
[{"apiDefinitions":[{"id":"my-shopping-cart-v1","version":"0.0.4"}],"createdAt":"2025-03-06T06:10:13.505374+00:00","site":{"host":"localhost:9006","subdomain":null}}]⏎
curl -X GET 'http://localhost:9005/v1/api/deployments?api-definition-id=my-shopping-cart-v1' Thu 6 Mar 17:35:10 2025
[{"apiDefinitions":[{"id":"my-shopping-cart-v1","version":"0.0.4"}],"createdAt":"2025-03-06T06:10:13.505374+00:00","site":{"host":"localhost:9006","subdomain":null}}]⏎
No description provided.
The text was updated successfully, but these errors were encountered: