Skip to content

Work in progress. Name and functionality could change

Notifications You must be signed in to change notification settings

RocketChat/rocketchat-cli

Repository files navigation

Rocket.Chat CLI

Development

  1. Clone the repository
  2. Install packages: go get
  3. Run: go run .

Building

  1. Clone the repository
  2. Install packages: go get
  3. Build: go build .
  4. Run: ./rocketchat-cli

Building to different platforms

Instead of go build ., you can run:

GOOS=linux GOARCH=arm go build .

This will build the arm version for linux.

The list of possible values can be obtained with: go tool dist list

Usage

First run

  1. Run the binary: ./rocketchat-cli

image

2) Configure your install:

image

3) Fill your hostname (without the protocol), your email (to generate the certificates) and click save 4) Quit the cli 5) Run with `docker compose up`

Subsequent runs

  1. Run the binary: ./rocketchat-cli;

image

2) You can reconfigure your install or quit; 3) Quit the cli 4) Run with `docker compose up`;

About

Work in progress. Name and functionality could change

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages