UNPKG

@copado/copado-cli

Version:

Copado Developer CLI

23 lines 1.03 kB
{ "set": { "description": "use this command to set or update a configuration variable.", "success": "Config set successfully.", "search": "Searching list view...", "listViewExist": "Copado CLI configured for defaultlistview:", "listViewNotExist": "List view not found", "noArguments": "No args specified", "invalidFormat": "Args format is incorrect. Format should be 'key=value'", "invalidKey": "is not a valid key, following are the valid keys: ", "invalidValue": "Invalid value. The valid values for bypassforceignore are: true or false", "example": { "1": "$ sf copado:config:set defaultlistview=All", "2": "$ sf copado:config:set externalid=value", "3": "$ sf copado:config:set bypassforceignore=true" } }, "list": { "description": "use this command to show the Copado CLI configuration.", "example": "$ sf copado:config:list", "noConfigSetup": "No config set up" } }