Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.17 KB

File metadata and controls

71 lines (48 loc) · 1.17 KB

settings command group

Manage non-sensitive configuration key-value pairs.

Table of Contents

settings set

Create or update a setting.

Syntax

byo settings set --key <key> --value <value>

Options

Option Required Description
--key Yes Setting key name
--value Yes Setting value

Examples

byo settings set --key Demo:ApiBaseUrl --value https://api.example.com
byo settings set --key ProjectName --value MyApplication
byo settings set --key Environment --value "dev|staging|prod"

Behavior

  • Prompts before replacing an existing key
  • Stores values in local configuration

settings list

List settings.

Syntax

byo settings list

settings delete

Delete a setting.

Syntax

byo settings delete

Behavior

  • Uses interactive selection
  • Confirms before delete