pkg push
Push a previously built package to the orchestration environment.
Usage command
Use the following command to push a package:
lmctl pkg push [OPTIONS] PACKAGE ENVIRONMENT
Arguments
Name | Description | Default | Example |
---|---|---|---|
Package | File path of the package that is to be pushed. | - | /home/user/example-1.0.tgz |
Environment | Name of the environment from the LMCTL configuration file to push to. | - | dev |
Options
Name | Description | Default | Example |
---|---|---|---|
--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 CP4NA orchestration. Needed only if CP4NA 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 |
--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 |