wer configure

Configure werkr settings and tool paths.

Usage

wer configure path <tool> <path>

Description

The configure command manages werkr's local settings. Use it to set paths to external binaries and configure other CLI preferences.

Subcommands

Subcommand Description
configure path Set the filesystem path to a tool binary used by werkr

Examples

# Set the path to the terraform binary
wer configure path terraform /usr/local/bin/terraform

# Set the path to the ssh binary
wer configure path ssh /usr/bin/ssh