project pull
Pull contents of the project artifacts from the orchestration environment.
Usage command
Use the following command to pull contents of the project artifacts:
lmctl project pull [OPTIONS] ENVIRONMENT
Arguments
Name | Description | Default | Example |
---|---|---|---|
Environment | Environment name of the LMCTL configuration file. | - | dev |
Options
Name | Description | Default | Example |
---|---|---|---|
--project |
Path to the project directory, which includes a valid lmproject.yaml file. | ./ is the current directory. | --project /home/user/projectA |
--config |
Path to an LMCTL configuration file to use, instead of the file specified on LMCONFIG environment variable. | LMCONFIG environment variable. | --config /home/user/my_lmctl_config.yaml |
--pwd |
Password used to authenticate with the orchestration. Needed only if orchestration is secure, and no password is included in the configuration file. | - | --pwd secret |