cargo ux config

This is a Draft Version

Retrieves or sets Angular Rust configuration values in the ux.yaml file for the workspace.

cargo ux config <json-path> <value> [options]

Arguments

ArgumentDescriptionValue Type
json-pathThe configuration key to set or query, in JSON path format. For example: "a[3].foo.bar[2]". If no new value is provided, returns the current value of this key.string
valueIf provided, a new value for the given configuration key.string

Options

OptionDescriptionValue TypeDefault Value
--globalAccess the global configuration in the caller's home directory. Aliases: -gbooleanfalse
--helpShows a help message for this command in the console.true|false|jsonfalse