Prerequisites
Section titled “Prerequisites”Before setting up the Aembit CLI, ensure you have the following:
- A Linux or Windows Server system (see Supported operating systems)
- Access to a terminal or command prompt
- Internet access to download the CLI binary
Download and setup Aembit CLI
Section titled “Download and setup Aembit CLI”To setup the Aembit Agent CLI, follow these steps:
-
Download the Aembit Agent CLI from:
Terminal window curl -O "https://releases.aembit.io/agent/1.24.3328/linux/amd64/aembit_agent_cli_linux_amd64_1.24.3328.tar.gz" -
Extract the CLI binary:
Terminal window tar -xf aembit_agent_cli_linux_amd64_1.24.3328.tar.gzThe Aembit CLI is ready to use.
-
Verify that you can run the Aembit CLI:
Terminal window ./aembit --versionAembit Agent CLI 1.24.3328
-
Download the Aembit Agent CLI from:
Terminal window Invoke-WebRequest -Uri "https://releases.aembit-eng.com/agent/1.24.3328/windows/amd64/aembit_agent_cli_windows_amd64_1.24.3328.zip" -Outfile aembit_agent_cli_windows_amd64_1.24.3328.zip ``` -
Extract the CLI binary:
Terminal window Expand-Archive -Path "aembit_agent_cli_windows_amd64_1.24.3328.zip" -DestinationPath "."The Aembit CLI is ready to use.
-
Verify that you can run the Aembit CLI:
Terminal window .\aembit.exe --versionAembit Agent CLI 1.24.3328