Use the Openlayer CLI to interact with Openlayer
To download and install Openlayer CLI, run the command that corresponds to your OS:
The --version
option can be used to verify the version of Openlayer CLI being used.
Openlayer CLI requires you to log in and authenticate before performing tasks, such as pushing or accessing test results.
In a terminal environment, you can use openlayer login
, which requires manual input.
In a CI/CD environment where manual input is not possible, you can use your Openlayer API key
and the --api-key
option to authenticate. Refer to the CI/CD guide for details.
Use the Openlayer CLI to interact with Openlayer
To download and install Openlayer CLI, run the command that corresponds to your OS:
The --version
option can be used to verify the version of Openlayer CLI being used.
Openlayer CLI requires you to log in and authenticate before performing tasks, such as pushing or accessing test results.
In a terminal environment, you can use openlayer login
, which requires manual input.
In a CI/CD environment where manual input is not possible, you can use your Openlayer API key
and the --api-key
option to authenticate. Refer to the CI/CD guide for details.