wer create

Create a resource from the command line.

Usage

wer create <resource-type> <name> [flags]

Description

The create command creates a new resource interactively without needing a YAML file. You specify the resource type and name, and werkr will prompt you for any required configuration or accept it via flags. This is a convenient alternative to writing a YAML file and using wer apply.

Arguments

Argument Description
resource-type The type of resource to create (e.g., workstation, workstationconfig, sshkey, providerconfig)
name The name for the new resource

Examples

# Create a new workstation interactively
wer create workstation my-dev

# Create a workstation config
wer create workstationconfig my-config

# Create an SSH key resource
wer create sshkey my-key