Installing FirmwareCI CLI
This guide covers installing and authenticating the fwci CLI tool, which you’ll use to manage FirmwareCI infrastructure in your git repositories.
Prerequisites
- A FirmwareCI account with valid credentials
- Git installed on your system
Installation
Download and install the fwci CLI tool for your operating system directly:
Linux:
Authentication
Log in using your FirmwareCI credentials. These credentials are provided by either FirmwareCI admins or the administrators of your FirmwareCI organization.
Example:
Self-hosted instances
If you use a self-hosted FirmwareCI instance, point the CLI to its API with the –api flag when logging in. For example:
Verification
Verify your installation and authentication:
Next Steps
Now that the CLI is installed and authenticated, proceed to Repository Setup to initialize the .firmwareci infrastructure in your git repository.