project push
Push project to the orchestration environment.
Usage command
Use the following command to push project:
lmctl project push [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 |
|
--armname |
If an Ansible® RM resource is included, it must be set with the name of Ansible RM to push to. | defaultrm |
--armname edgerm |
--autocorrect |
Allow automatic correction of warnings and validation errors. Each warning or error informs you if the action is supported. | False | --autocorrect |
--object-group |
Name of the object group to run the command on. | --object-group mygroup |
|
--object-group-id |
Identifier of the object group to run the command on. | --object-group-id 73a4db24-0f3a-4d3e-8699-9c37de17823e |