Tools

et tools

Tool operations

et tools [OPTIONS] COMMAND [ARGS]...

build

Builds the tool as a docker image

et tools build [OPTIONS] PATH

Options

-f, --file <file>
--platform <platform>
--name <name>

Arguments

PATH

Required argument

create

Create a new tool

et tools create [OPTIONS] NAME DESCRIPTION

Arguments

NAME

Required argument

DESCRIPTION

Required argument

delete

Deletes the tool [NOTE: This action cannot be un-done!]

et tools delete [OPTIONS] NAME

Arguments

NAME

Required argument

init

Initialize a tool in the current directory

et tools init [OPTIONS] TOOL_NAME

Arguments

TOOL_NAME

Required argument

list

Lists all available tools

et tools list [OPTIONS]

push

Pushes the tool to ExploreTech’s Tool Registry

et tools push [OPTIONS] NAME

Arguments

NAME

Required argument

run

Run a tool with given arguments

et tools run [OPTIONS] NAME [ARGS]...

Arguments

NAME

Required argument

ARGS

Optional argument(s)

status

Get status of a tool

et tools status [OPTIONS] NAME

Arguments

NAME

Required argument