Official Beyond Identity command-line interface.
You can install bi
using the provided install.sh
script.
Using cURL
Open your terminal and run:
curl -fsSL https://raw.githubusercontent.com/gobeyondidentity/bi-cli/main/install.sh | sh
Using wget
If you prefer wget
, run:
wget -qO- https://raw.githubusercontent.com/gobeyondidentity/bi-cli/main/install.sh | sh
Step-by-step Instructions
If you prefer to install bi
manually:
- Download the Binary:
- Visit the Releases page.
- Download the latest release for your operating system and architecture (
arm64
orx86_64
).
- Extract the Binary:
- Extract the contents of the tarball to a directory of your choice.
- Make the Binary Executable:
-
Open your terminal and navigate to the download directory.
-
Run:
chmod +x bi
- Move the Binary to a Directory in your PATH:
-
For example:
sudo mv bi /usr/local/bin/
- Verify the Installation:
-
Run:
bi --version
to confirm that
bi
is installed and accessible from your terminal.
You can install bi
on Windows using Scoop, a command-line installer for Windows.
- Add the
bi
Bucket:
scoop bucket add bi https://github.com/gobeyondidentity/bi-cli.git
- Install
bi
:
scoop install bi
- Verify the Installation:
bi --version
Step-by-step Instructions
- Download the Executable:
- Go to the Releases page.
- Download the latest Windows release for your architecture (
arm64
orx86_64
).
- Extract the Binary:
- Unzip the downloaded file to a directory of your choice (e.g.,
C:\Program Files\bi
).
- Add to PATH (Optional but Recommended):
- Press
Win + X
and select System. - Click on Advanced system settings.
- Click Environment Variables.
- Under System variables, scroll to
Path
and click Edit. - Click New and add the path to your
bi
executable (e.g.,C:\Program Files\bi
). - Click OK to close all dialogs.
- Restart Command Prompt or PowerShell to ensure changes take effect.
- Run
bi
:
-
Open Command Prompt or PowerShell.
-
If you didn't add
bi
to your PATH, navigate to the directory containingbi.exe
. -
Run:
.\bi.exe --version
-
If you added
bi
to your PATH, simply run:bi --version
For detailed usage instructions, see Command Line Help.
The following are the locations of the local database
MacOs
/Users/<localuser>/Library/Application Support/com.BeyondIdentity.bi
Linux
/home/<localuser>/.config/bi
Windows
C:\Users\<localuser>\AppData\Roaming\BeyondIdentity\bi