Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 727 Bytes

File metadata and controls

37 lines (22 loc) · 727 Bytes

/config Workflow

Version: 1.5.0

Manage workspace configuration stored in .para-workspace.yml.

Commands

/config show              # Display current config
/config update            # Update a value
/config add-project       # Register a new project

Actions

show

Reads .para-workspace.yml and displays workspace name, version, language, and registered projects.

update

Prompts for key to update, shows current value, applies new value, confirms.

add-project

Prompts for project name, verifies directory exists, adds to config, confirms.

Related


Updated in v1.5.0