wer import

Import a resource from an export file.

Usage

wer import -f <file>

Description

The import command reads a previously exported YAML file and imports the resource definitions into werkr. This is useful for restoring backups or setting up resources that were shared from another machine. The imported resources will be created in your local werkr environment.

Flags

Flag Description
-f, --file Path to the YAML file to import (required)

Examples

# Import a workstation from an exported file
wer import -f my-dev.yaml

# Import a shared configuration
wer import -f team-config.yaml