Closed criccomini closed 1 year ago
Users can now add and remove systems from ~/.recap/config via the CLI:
~/.recap/config
$ recap add my_pg_instance postgresql://user:pass@host:1234/some_db $ recap remove my_pg_instance
The ~/.recap/config file is treated as a .env file. .env files continue to work, and overwrite whatever is set in ~/.recap/config.
.env
Users may also override the location of ~/.recap/config using the RECAP_CONFIG environment variable.
RECAP_CONFIG
Users can now add and remove systems from
~/.recap/config
via the CLI:The
~/.recap/config
file is treated as a.env
file..env
files continue to work, and overwrite whatever is set in~/.recap/config
.Users may also override the location of
~/.recap/config
using theRECAP_CONFIG
environment variable.