You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that support for multiple profiles (PR #93) has been merged in commit d4453cb44a10f9bb558fd2a5561cc5223ba36a23 but how to use it isn't actually documented anywhere, i.e. not even mentioned in the README.
Even the commit messages itself isn't clear whether RBW_PROFILE environment variable is a path in the sense of a directory containing config.json, or whether it is simply a file name, etc. It also isn't clear whether this should be an absolute or relative path.
The way I'd see it is like this, for:
$ RBW_PROFILE=foo rbw list
I'd search for a file called foo.json in:
$HOME/Library/Application Support/rbw
on macOS, or:
$HOME/.config/rbw
on other *nix OSes.
The text was updated successfully, but these errors were encountered:
Hello,
I've noticed that support for multiple profiles (PR #93) has been merged in commit d4453cb44a10f9bb558fd2a5561cc5223ba36a23 but how to use it isn't actually documented anywhere, i.e. not even mentioned in the
README
.Even the commit messages itself isn't clear whether
RBW_PROFILE
environment variable is a path in the sense of a directory containingconfig.json
, or whether it is simply a file name, etc. It also isn't clear whether this should be an absolute or relative path.The way I'd see it is like this, for:
I'd search for a file called
foo.json
in:on macOS, or:
on other *nix OSes.
The text was updated successfully, but these errors were encountered: