Command - 'install'

Runs the bases cli to install the modules specified in the configuration file.

Options

ParameterTypeDescription
pathargumentOptional 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
encriptargumentEncrypts the passwords in the config file and overwrites it. Accepts 'true' or 'false'.
traceargumentSet 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