Command - 'install'
Runs the bases cli to install the modules specified in the configuration file.
Options
Parameter | Type | Description |
---|---|---|
path | argument | Optional path to output the sample files to. If not specified, the samples will be written to the 'current directory\samples'. -p is the alis for --path |
encript | argument | Encrypts the passwords in the config file and overwrites it. Accepts 'true' or 'false'. |
trace | argument | Set the log level to 'Trace' by appending the word 'Trace' |
Install a configuration file
bases install "e:\My Samples\my-server.yaml"
Install a configuration file and encrypt the passwords
bases install "e:\My Samples\my-server.yaml" true
Install a configuration file and set the console output to 'Trace'
bases install "e:\My Samples\my-server.yaml" true trace