https://github.com/cloudflightio/rocketchat-cli
https://github.com/cloudflightio/rocketchat-cli
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudflightio/rocketchat-cli
- Owner: cloudflightio
- License: apache-2.0
- Created: 2019-04-18T18:16:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T08:21:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T02:08:54.604Z (over 1 year ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rocket.Chat CLI
[](https://goreportcard.com/report/github.com/cloudflightio/rocketchat-cli)
Extremely simple [Rocket.Chat](https://rocket.chat/) CLI Client.
Especially useful for kubernetes/openshift init-containers or other simple automatization tasks.
## Docker
[](https://microbadger.com/images/cloudflightio/rocketchat-cli "Get your own image badge on microbadger.com")
[](https://microbadger.com/images/cloudflightio/rocketchat-cli "Get your own version badge on microbadger.com")
```
docker run --rm -it \
-e RCCLI_ROCKETCHAT_URL=http://localhost:3000 \
-e RCCLI_USER_EMAIL=admin@localhost \
-e RCCLI_USER_PASSWORD=admin \
cloudflightio/rocketchat-cli ping
```