Skip to main content

install

Usage: chr install [<options>]

Install library dependencies, if no library specified all will be installed

Configuration Properties:
-s, --settings=<settings> Alternate path for project settings file

Options:
-lib, --library=<library> Name of library
-h, --help Show this message and exit

The install command (chr install) enables you to download and use third-party Rell libraries in your dapp.

libs:
ft4:
registry: https://gitlab.com/chromaway/ft4-lib.git
path: rell/src/lib/ft4
tagOrBranch: v1.0.0r
rid: x"FA487D75E63B6B58381F8D71E0700E69BEDEAD3A57D1E6C1A9ABB149FAC9E65F"
insecure: false

Ssh

When installing using ssh urls you need to have a ssh-agent running with your key added to it and that the host is added as a known host.

  1. Verify ssh-agent is running ps aux | grep -v grep | grep ssh-agent
  2. Your agent has your key added to it ssh-add -l
  3. Host is in "Known Hosts" in your ssh config folder (~/.ssh/known_hosts)