Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 908 Bytes

esquiocli.rst

File metadata and controls

32 lines (20 loc) · 908 Bytes

Esquio CLI

Esquio.CLI is a simple crossplattform dotnet tool that allow you to interact with Esquio UI from the command line. This tool can be used from build or release pipelines on Azure DevOps, Github Actions etc.

To install Esquio.CLI open a console window and type the following command using the .NET Core CLI:

dotnet tool install -g Esquio.Cli

image

:

Usage: dotnet-esquio [options] [command]

Options:

-?--help Show help information

Commands:
features

Manage Esquio features using Esquio UI HTTP API

parameters

Manage Esquio parameters using Esquio UI HTTP API

products

Manage Esquio products using Esquio UI HTTP API

toggles

Manage Esquio toggles using Esquio UI HTTP API

Run 'dotnet-esquio [command] --help' for more information about a command.