Unable to use CLI commands in Terminal
Solved
Mattermost
-
When i try to use any CLI command in the Terminal, i get:
bash: mattermost: command not found
@shrey that binary is likely just not in $PATH.
I don't have mattermost installed at the moment, but i would recommend to check for the location of it (likely in
/app/code
, possibly in a subfolder of it) and just call it with a full path. E.g./app/code/mattermost help
-
The path on Cloudron is
/app/code/bin/mattermost
. See https://docs.cloudron.io/apps/mattermost/#command-line-tool -
G girish has marked this topic as solved on