Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Managing Saved Enpoints

Don Kackman edited this page Sep 6, 2021 · 4 revisions

Saved Endpoints

Endpoints are saved in a setting file ~/.rchia/endpoints.json.

endpoints
  Manage saved endpoints.

Usage:
  rchia [options] endpoints [command]

Options:
  -?, -h, --help  Show help and usage information

Commands:
  add <id> <uri> <cert-path> <key-path>  Saves a new endpoint
  list                                   Lists the ids of saved endpoints
  remove <id>                            Removes a saved endpoint
  show <id>                              Shows the details of a saved endpoint
  set-default <id>                       Sets the endpoint to be the default for --default-endpoint
  test <id>                              Test the connection to a saved endpoint

Clone this wiki locally