Smarthings CLI Docker image
This image contains all the requirements for smartthings-cli
Access https://account.smartthings.com/tokens and save your token at session ./config/cli/config.yaml
docker build . -t smartthings
Execute the following command to access a shell with smartthings cli binnary and all its dependencies installed.
docker run -it smartthings bash