cli
cli copied to clipboard
Cannot use full path for HYPERSPACE_SOCKET
My expectation is hyperspace's socket env variable defines where the socket is created. However when the full path is defined, they command freezes when trying to start the daemon.
HYPERSPACE_SOCKET="/tmp/mysock" hyp daemon start
# Hyperspace daemon started
# [freezes]