Skip to main content

Command Line Interface (CLI)

Prerequisites

Make sure you have Python version 3.6 or newer and pip installed on your computer.

Python installation for Windows

An easy way to get Python installed and added to your PATH variable on Windows is by using Scoop.

Open PowerShell and follow Scoop installation instruction:

PowerShell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex

Install Python and pip:

PowerShell
scoop install python

Sign up to Cradl and create API credentials

To begin you'll need to sign up. Then go to app clients and create an app client. Download the file containing client ID, client secret and api endpoints. The file should be named credentials.cfg. Then follow the instructions here to put credentials.cfg in the correct folder on your computer.

Install CLI

Open your terminal and install the CLI from pip

Terminal
pip install lucidtech-las-cli

Verify the installation

Terminal
las --version

For information about use

Terminal
las --help