Skip to main content

CLI user for creating and maintaining Evolv experiments.

Project description

Evolv CLI

image image image

The experiment management CLI provides functionality to create and maintain Evolv experiments.

Setup

Pre-requisites: You must have Python 3.7 installed on your computer.

  1. Create a Python vitual environment and install the cli.

    python3 -m venv .venv
    source .venv/bin/activate
    pip install evolvcli
    
  2. Ensure the CLI is properly installed by calling the cli. You must be in the virtual environment you created to use the cli.

    evolv
    

    You should see a help menu appear in your terminal.

Quickstart

To start using the CLI obtain your account id from Evolv staff.

  1. Export your account id as an environment variable.

    export EVOLV_ACCOUNT_ID=<your account id>
    
  2. To test the cli is working use the "get account" command.

    evolv get account
    
  3. The system will prompt you to enter your Evolv email and password.

  4. Once logged in you will not have to login again till your credentials expire.

Other Commands

To find out more about the CLI commands and how to use them use the --help option.

For example: evolv get --help

Possible sub commands include:

evolv get
evolv list
evolv create
evolv update

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evolvcli-1.0.0.tar.gz (13.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page