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
root@asdfasdf:/tools# ./pusher
A CLI for your Pusher account. Find out more at https://pusher.com
Usage:
pusher [command]
Available Commands:
channels Commands related to the Channels product
help Help about any command
login Enter and store Pusher API key
logout Remove Pusher account credentials from this computer
version Lists the version of Pusher CLI
Flags:
-h, --help helpfor pusher
Use "pusher [command] --help"for more information about a command.
The text was updated successfully, but these errors were encountered:
Issue:
Running pusher from inside a docker image is facing the following problem:
root@83c474e59da6:/tools# ./pusher Can't get your home directory.
The image used:
FROM ubuntu:20.04
User:
root
Pusher-cli version:
v0.13
Binary used:
Expected behaviour:
The text was updated successfully, but these errors were encountered: