This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Replies: 1 comment
-
i think i replied on discord. not yet, good idea and I took note! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get the space app hostname from cli or API?
The value of the
DETA_SPACE_APP_HOSTNAME
variable is needed (likeabcdef-0-u12345678.deta.app
)Previously, in
deta.sh
, this value was exposed in the.deta
folder and printed bydeta
CLI.After
space push
, it is convenient to call the endpoint programmatically, but without hardcoding the URL into scripts.Beta Was this translation helpful? Give feedback.
All reactions