21.3.9 change_vault_location
(Ask a Question)Description
This Tcl
command changes the location of the vault. Equivalent to clicking the Project menu,
and choosing Vault/Repositories Setting and selecting new vault location, by default
is "/usr/local/Microchip/common"/. The vault location is common to all Microchip
software:
- Project Manager
- Firmware Catalog
Changing your vault location here updates the vault location for all the Microchip tools you use on your machine.
Important: This command overrides the vault
location for all
projects.
change_vault_location -location location
Arguments
Parameter | Type | Description |
---|---|---|
location | string | Specifies the new vault location. Value must be a file path. It is mandatory. |
Return Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
None | Required parameter 'location' is missing. |
None | Parameter 'location' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'change_vault_location -location "location" ' . |
Supported Families
Supported Families |
---|
PolarFire® |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
The following command changes the old location of vault into new location.
change_vault_location -location {new_vault_path/vault}