Skip to main content
The OpenRegister CLI is the official command-line interface for the OpenRegister REST API.

Installation

Requires Go 1.22 or later.
The binary is placed in your Go bin directory after installation:
  • Default location: $HOME/go/bin (or $GOPATH/bin if GOPATH is set)
  • Check your path: Run go env GOPATH to see the base directory
If the openregister command is not found after installation, add the Go bin directory to your PATH:

Usage

The CLI follows a resource-based command structure:
Example — fetch company details:
For details about any command, use the --help flag:

Environment Variables

Global Flags